blob: f5358efc1aa6d4105bb4d77431619423d104d25d (
plain) (
tree)
|
|
--- 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:
|