summaryrefslogblamecommitdiff
path: root/textproc/java2html/files/patch-aa
blob: 0e71a01edbc0d435683c8e8c827aab0475d9b6c0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                                                






                                                        

                                 


                             

                    
                                                   

               
--- Makefile.in.orig	Mon May 24 14:33:08 1999
+++ Makefile.in	Wed May 26 12:20:22 1999
@@ -9,7 +9,7 @@
 # for gzip because otherwise the load on the web server
 # grows without having big benefits.
 # COMPRESSION = -DCOMPRESSION=4
-COMPRESSION = -DCOMPRESSION=1
+COMPRESSION ?= -DCOMPRESSION=1
 
 # Dont change things beyond this line.
 TARGET          = @PROJECT_NAME@
@@ -40,7 +40,7 @@
 srcdir          = @srcdir@
 CPPFLAGS        = @CPPFLAGS@
 
-CFLAGS += -O2 -Wall
+CFLAGS ?= -O2 -Wall
 ALL_CFLAGS = $(CFLAGS) -I$(srcdir) $(COMPRESSION) 
 
 all: $(TARGET)