Check-in Number:
|
3204 | |
Date: |
2003-Feb-11 09:46:17 (local)
2003-Feb-11 08:46:17 (UTC) |
User: | rse |
Branch: | |
Comment: |
add -DHAVE_CONFIG_H stuff to CFLAGS |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/str/Makefile.in 1.46 -> 1.47
--- Makefile.in 2003/01/06 19:13:47 1.46
+++ Makefile.in 2003/02/11 08:46:17 1.47
@@ -38,7 +38,7 @@
mandir = @mandir@
CC = @CC@
-CFLAGS = @CFLAGS@ -I.
+CFLAGS = @DEFS@ @CFLAGS@ -I.
LDFLAGS = @LDFLAGS@ -L.
LIBS = @LIBS@
AR = @AR@
|
|