forked from Lainports/freebsd-ports
11 lines
382 B
Text
11 lines
382 B
Text
--- src/Makefile.in.orig Thu Jan 24 05:29:33 2002
|
|
+++ src/Makefile.in Fri Jun 7 13:39:34 2002
|
|
@@ -78,7 +78,7 @@
|
|
|
|
noinst_HEADERS = pxtypes.h pxconvert.h pxparse.h
|
|
|
|
-CFLAGS = -g -Wall -O2 #-DDEBUG -DDEBUG_HEAD_COPY
|
|
+CFLAGS = -g -Wall @CFLAGS@ #-DDEBUG -DDEBUG_HEAD_COPY
|
|
subdir = src
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_HEADER = $(top_builddir)/config.h
|