mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f712914f86
Approved by: chuckr (maintainer)
12 lines
298 B
Plaintext
12 lines
298 B
Plaintext
--- compress/Makefile.in~ Thu Apr 8 23:18:20 1999
|
|
+++ compress/Makefile.in Thu Apr 8 23:18:29 1999
|
|
@@ -34,7 +34,7 @@
|
|
|
|
all: lib tbuild cast uncast test
|
|
|
|
-CFLAGS = @CFLAGS@ -O
|
|
+CFLAGS = -O @CFLAGS@
|
|
ALL_CFLAGS = $(CFLAGS) $(DEFS) -I$(INDEXSRC) -I$(AGREPSRC) -I$(TEMPLATESRC)/include
|
|
|
|
.c.o:
|