--- Makefile 2000/08/09 19:43:30 1.3 +++ Makefile 2000/08/09 21:10:59 1.4 @@ -7,6 +7,7 @@ all: $(APXS) -c $(APXS_FLAGS) mod_czs.c + $(APXS) -c $(APXS_FLAGS) mod_noczs.c install: mod_czs.so mod_czs.c $(APXS) -a -i mod_czs.so @@ -19,3 +20,4 @@ test2: wget --save-headers --proxy=off -O out2 $(URL2) +