forked from Lainports/freebsd-ports
11 lines
365 B
Text
11 lines
365 B
Text
--- src/Makefile.in.orig Sat Jun 30 13:01:06 2001
|
|
+++ src/Makefile.in Thu Oct 4 15:15:13 2001
|
|
@@ -80,7 +80,7 @@
|
|
|
|
noinst_HEADERS = pxtypes.h pxconvert.h pxparse.h
|
|
|
|
-CFLAGS = -g -Wall #-DDEBUG -DDEBUG_HEAD_COPY
|
|
+CFLAGS = @CFLAGS@ -g -Wall #-DDEBUG -DDEBUG_HEAD_COPY
|
|
subdir = src
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_HEADER = ../config.h
|