Propagate default CFLAGS into vvp Makefile

This commit is contained in:
Larry Doolittle 2011-03-03 20:41:15 -08:00 committed by Stephen Williams
parent 3f0e1bacc1
commit 09664bc52e
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ PS2PDF = @PS2PDF@
CPPFLAGS = -I. -I.. -I $(srcdir) -I$(srcdir)/.. @CPPFLAGS@ @DEFS@
CXXFLAGS = -Wall @CXXFLAGS@
CFLAGS = -Wall @CFLAGS@
LDFLAGS = @rdynamic@ @LDFLAGS@
LIBS = @LIBS@ @EXTRALIBS@