]> andersk Git - moira.git/commitdiff
don't try to use defines that haven't been defined yet
authormar <mar>
Tue, 19 Mar 1991 16:35:00 +0000 (16:35 +0000)
committermar <mar>
Tue, 19 Mar 1991 16:35:00 +0000 (16:35 +0000)
util/imake.includes/Imake.tmpl

index e99fc230175ce3197d95496b9620008b60315096..21045f4d2291d323c5623bba1c7412e1563b8d07 100644 (file)
@@ -14,6 +14,12 @@ NEWTOP=NEW_TOP
 BUILDTOP=NEW_TOP
 #endif
 
+INCLUDE= -I$(BUILDTOP)/include -I$(BUILDTOP)/lib
+CFLAGS=$(DBG) $(INCLUDE) $(DEFINES) $(GLOBAL_CDEFS)
+LINTFLAGS=$(INCLUDE) $(DEFINES) $(GLOBAL_CDEFS)
+
+#include "config.Imakefile"
 #ifndef USELOCALTOOLS
 /* The makedepend program */
 DEPEND=$(BUILDTOP)/util/makedepend/makedepend
@@ -24,11 +30,6 @@ DEPEND=makedepend
 IMAKE=imake -I$(BUILDTOP)/util/imake.includes
 #endif
 
-INCLUDE= -I$(BUILDTOP)/include -I$(BUILDTOP)/lib
-CFLAGS=$(DBG) $(INCLUDE) $(DEFINES) $(GLOBAL_CDEFS)
-LINTFLAGS=$(INCLUDE) $(DEFINES) $(GLOBAL_CDEFS)
-#include "config.Imakefile"
 #include "Imake.rules"
 
 #include INCLUDE_IMAKEFILE
This page took 0.627027 seconds and 5 git commands to generate.