diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-06-20 17:47:39 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-09-28 07:53:06 +0200 |
commit | 32b44398a9517d10c4a57a4684eb69556ea91169 (patch) | |
tree | f1bab90aa593ec3e1e8ab5c519edc629b8d533cf | |
parent | d7108d2065036b23ffa80fb4a398da0b9f232c61 (diff) | |
download | nx-libs-32b44398a9517d10c4a57a4684eb69556ea91169.tar.gz nx-libs-32b44398a9517d10c4a57a4684eb69556ea91169.tar.bz2 nx-libs-32b44398a9517d10c4a57a4684eb69556ea91169.zip |
libgl clean-up, fix-up commit
-rw-r--r-- | nx-X11/include/Imakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/include/Imakefile b/nx-X11/include/Imakefile index 2355d214e..26520eab0 100644 --- a/nx-X11/include/Imakefile +++ b/nx-X11/include/Imakefile @@ -82,7 +82,7 @@ clean:: -$(RM) Xpoll.h XCOMM For the Linux/OpenGL base standard -#if LinkGLToUsrInclude && AlternateIncRoot +#if AlternateIncRoot install:: MakeDir($(DESTDIR)$(SYSTEMUSRINCDIR)) -$(RM) $(DESTDIR)$(SYSTEMUSRINCDIR)/GL |