13 lines
387 B
Plaintext
13 lines
387 B
Plaintext
|
$OpenBSD: patch-libs_mcfg_Makefile_in,v 1.1 2007/10/26 21:26:02 jasper Exp $
|
||
|
--- libs/mcfg/Makefile.in.orig Mon Mar 19 02:59:51 2001
|
||
|
+++ libs/mcfg/Makefile.in Fri Oct 26 23:23:50 2007
|
||
|
@@ -14,7 +14,7 @@ INCLUDES= -I.
|
||
|
# replace -O with -g in order to debug
|
||
|
|
||
|
DEFINES= $(INCLUDES) $(DEFS) -DSYS_UNIX=1
|
||
|
-CFLAGS= -O $(DEFINES)
|
||
|
+CFLAGS= @CFLAGS@ $(DEFINES)
|
||
|
|
||
|
SRCS = mcfg.c
|
||
|
OBJS = mcfg.o
|