]> andersk Git - moira.git/commitdiff
Move around GDSS_INC to make sure we get the gdss.h with prototypes
authordanw <danw>
Thu, 5 Feb 1998 22:40:36 +0000 (22:40 +0000)
committerdanw <danw>
Thu, 5 Feb 1998 22:40:36 +0000 (22:40 +0000)
util/imake.includes/Imake.tmpl

index 202dd1a7b99925596b0da985cabd731eb676cec7..46c5fd952f790be852bb4f6662b00a1954eabc3b 100644 (file)
@@ -14,7 +14,7 @@ NEWTOP=NEW_TOP
 BUILDTOP=NEW_TOP
 #endif
 
-INCLUDE= -I$(BUILDTOP)/include -I$(BUILDTOP)/lib -I/usr/athena/include $(COM_ERR_INC) $(OSINCLUDES) $(LOCAL_INCLUDES)
+INCLUDE= -I$(BUILDTOP)/include -I$(BUILDTOP)/lib $(COM_ERR_INC) $(GDSS_INC) -I/usr/athena/include $(OSINCLUDES) $(LOCAL_INCLUDES)
 CFLAGS=$(DBG) $(INCLUDE) $(DEFINES) $(GLOBAL_CDEFS)
 LINTFLAGS=$(INCLUDE) $(DEFINES) $(GLOBAL_CDEFS)
 
This page took 0.132608 seconds and 5 git commands to generate.