]> andersk Git - moira.git/commitdiff
use CODE=ANSI_C option to proc
authordanw <danw>
Thu, 5 Feb 1998 22:40:55 +0000 (22:40 +0000)
committerdanw <danw>
Thu, 5 Feb 1998 22:40:55 +0000 (22:40 +0000)
util/imake.includes/Imake.rules

index 12349401d6f623f88c1494c63c2127d281cac454..5522b162765e14d27b59a06cbd9b9a7db559d33e 100644 (file)
@@ -173,10 +173,11 @@ Makefiles::                                                               @@\
 #undef GDSS
 #undef ATHENA
 ORADEFS= DEFINE=HESIOD DEFINE=ZEPHYR DEFINE=GDSS DEFINE=ATHENA
+ORAOPTS= CODE=ANSI_C
 #define sqlrule()                                                      @@\
 .SUFFIXES: .pc                                                         @@\
 .pc.c:                                                                 @@\
-       /usr/oracle/bin/proc INAME=$*.pc INCLUDE=$(BUILDTOP)/include INCLUDE=$(BUILDTOP)/lib INCLUDE=$(INCLDIR) $(ORADEFS) $(ORAINCLUDES)
+       /usr/oracle/bin/proc INAME=$*.pc INCLUDE=$(BUILDTOP)/include INCLUDE=$(BUILDTOP)/lib INCLUDE=$(INCLDIR) $(ORAOPTS) $(ORADEFS) $(ORAINCLUDES)
 #define sqlfile(file)                                                  @@\
 concat(file,.c): concat(file,.pc)                                      @@\
 clean::                                                                        @@\
This page took 0.11941 seconds and 5 git commands to generate.