From ebbaee5ed240b9ba6aff4900244391f68f5cfc40 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Wed, 30 Apr 1997 18:39:18 +0000 Subject: [PATCH] Fix compiler flags --- src/dbStatic/Makefile.Host | 1 - src/dbStatic/Makefile.Vx | 3 --- 2 files changed, 4 deletions(-) diff --git a/src/dbStatic/Makefile.Host b/src/dbStatic/Makefile.Host index 566bac209..9fbb3521b 100644 --- a/src/dbStatic/Makefile.Host +++ b/src/dbStatic/Makefile.Host @@ -4,7 +4,6 @@ TOP = ../../.. include $(TOP)/config/CONFIG_BASE -USR_CFLAGS := -DYY_USE_PROTOS # includes to install from this sub-project # diff --git a/src/dbStatic/Makefile.Vx b/src/dbStatic/Makefile.Vx index 8a0fca2c9..cb2939749 100644 --- a/src/dbStatic/Makefile.Vx +++ b/src/dbStatic/Makefile.Vx @@ -1,9 +1,6 @@ TOP = ../../.. include $(TOP)/config/CONFIG_BASE -USR_CFLAGS = -ansi -VX_WARN_YES = -Wall -pedantic - SRCS.c = \ dbYacc.c \ ../dbPvdLib.c\