Fix compiler flags

This commit is contained in:
Marty Kraimer
1997-04-30 18:39:18 +00:00
parent bff266bef3
commit ebbaee5ed2
2 changed files with 0 additions and 4 deletions

View File

@@ -4,7 +4,6 @@
TOP = ../../..
include $(TOP)/config/CONFIG_BASE
USR_CFLAGS := -DYY_USE_PROTOS
# includes to install from this sub-project
#

View File

@@ -1,9 +1,6 @@
TOP = ../../..
include $(TOP)/config/CONFIG_BASE
USR_CFLAGS = -ansi
VX_WARN_YES = -Wall -pedantic
SRCS.c = \
dbYacc.c \
../dbPvdLib.c\