]> andersk Git - moira.git/commitdiff
Add -I$(BUILDTOP)/db for moira_schema.h
authordanw <danw>
Mon, 23 Feb 1998 19:25:09 +0000 (19:25 +0000)
committerdanw <danw>
Mon, 23 Feb 1998 19:25:09 +0000 (19:25 +0000)
util/imake.includes/Imake.rules
util/imake.includes/Imake.tmpl

index 5522b162765e14d27b59a06cbd9b9a7db559d33e..73a561cd6a52052e570baaccdf7f846f889666b6 100644 (file)
@@ -177,7 +177,7 @@ ORAOPTS= CODE=ANSI_C
 #define sqlrule()                                                      @@\
 .SUFFIXES: .pc                                                         @@\
 .pc.c:                                                                 @@\
-       /usr/oracle/bin/proc INAME=$*.pc INCLUDE=$(BUILDTOP)/include INCLUDE=$(BUILDTOP)/lib INCLUDE=$(INCLDIR) $(ORAOPTS) $(ORADEFS) $(ORAINCLUDES)
+       /usr/oracle/bin/proc INAME=$*.pc INCLUDE=$(BUILDTOP)/include INCLUDE=$(BUILDTOP)/lib INCLUDE=$(BUILDTOP)/db INCLUDE=$(INCLDIR) $(ORAOPTS) $(ORADEFS) $(ORAINCLUDES)
 #define sqlfile(file)                                                  @@\
 concat(file,.c): concat(file,.pc)                                      @@\
 clean::                                                                        @@\
index 46c5fd952f790be852bb4f6662b00a1954eabc3b..1523af8be112979863a469beb2f0ffc0a7c8bf7d 100644 (file)
@@ -14,7 +14,7 @@ NEWTOP=NEW_TOP
 BUILDTOP=NEW_TOP
 #endif
 
-INCLUDE= -I$(BUILDTOP)/include -I$(BUILDTOP)/lib $(COM_ERR_INC) $(GDSS_INC) -I/usr/athena/include $(OSINCLUDES) $(LOCAL_INCLUDES)
+INCLUDE= -I$(BUILDTOP)/include -I$(BUILDTOP)/lib -I$(BUILDTOP)/db $(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.049076 seconds and 5 git commands to generate.