mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f712914f86
Approved by: chuckr (maintainer)
12 lines
317 B
Plaintext
12 lines
317 B
Plaintext
--- libtemplate/util/Makefile.in~ Thu Apr 8 23:14:47 1999
|
|
+++ libtemplate/util/Makefile.in Thu Apr 8 23:15:06 1999
|
|
@@ -19,7 +19,7 @@
|
|
RANLIB = @RANLIB@
|
|
|
|
INCLUDE = -I$(srcdir)/../include
|
|
-CFLAGS = -O
|
|
+CFLAGS = -O @CFLAGS@
|
|
ALL_CFLAGS = $(CFLAGS) $(DEBUG) $(INCLUDE)
|
|
|
|
.c.o:
|