diff options
author | brianp <brianp> | 2000-06-13 17:03:28 +0000 |
---|---|---|
committer | brianp <brianp> | 2000-06-13 17:03:28 +0000 |
commit | 6ce05e08bf919c50e89830914d1514accdf64502 (patch) | |
tree | ce0ee64ffb6389d1e7aaa882f0dae971add5ce33 | |
parent | 596e4ced1559d11d820b3d431213e659542c3147 (diff) |
check LinkGLToUsrInclude to make /usr/include/GL/
-rw-r--r-- | xc/include/Imakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xc/include/Imakefile b/xc/include/Imakefile index 4fc62bfee..fdff66e2b 100644 --- a/xc/include/Imakefile +++ b/xc/include/Imakefile @@ -72,7 +72,7 @@ InstallDriverSDKNonExecFile(Xprotostr.h,$(DRIVERSDKINCLUDEDIR)) XCOMM For the Linux/OpenGL base standard -#if defined(LinuxArchitecture) +#if LinkGLToUsrInclude install:: $(RM) /usr/include/GL $(LN) $(INCDIR)/GL /usr/include/GL |