summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2003-12-11 19:34:33 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2003-12-11 19:34:33 +0000
commita0cbae797942ab7509c354ffbb616137381f46ed (patch)
tree461c81a3cce7270f50f3f9ab1b6d6d0442a0b0a3
parent4bb7ad992c38aa06a06d7c58e1379f111554e8cf (diff)
Import changes from xoncygwin
-rw-r--r--Imake.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Imake.tmpl b/Imake.tmpl
index 897c662..9f2cc1f 100644
--- a/Imake.tmpl
+++ b/Imake.tmpl
@@ -2075,11 +2075,11 @@ XCOMM Not sure this belongs here
#endif
#include LocalTmplFile
-#if !BuildLibraries && AlternateIncRoot
+#if !BuildLibraries && AlternateIncRoot && !defined(CrossCompileDir)
INSTALLED_INCLUDES = -I$(INCROOT)
#endif
-#if !defined(UseInstalled) && !BuildLibraries && AlternateUsrLibDir
+#if !defined(UseInstalled) && !BuildLibraries && AlternateUsrLibDir && !defined(CrossCompileDir)
INSTALLED_LIBS = -L$(USRLIBDIR)
#endif