From 6ef1e350f38e04bbe97bf211793d86bb5be9d1e8 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Tue, 30 Dec 2003 21:12:53 +0000 Subject: removed -n parameter to apxs as it isn\'t needed for this module --- diff --git a/Makefile.in b/Makefile.in index 97f961c..08b0bfa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ # @configure_input@ # Modify these top variables. -SUBDIRS = +SUBDIRS = Documentation SOURCES = \ @PACKAGE_NAME@.c @@ -70,10 +70,10 @@ include: ln -s @APACHE_INCDIR@ include install: install-subdirs - @APXS_BIN@ -i -a -n $(subst mod_,,@PACKAGE_NAME@) $(TARGET) + @APXS_BIN@ -i -a $(TARGET) update: update-subdirs - @APXS_BIN@ -i -n $(subst mod_,,@PACKAGE_NAME@) $(TARGET) + @APXS_BIN@ -i $(TARGET) clean: clean-subdirs $(RM) $(OBJ) $(SLO) $(LO) $(TARGET) .deps -- cgit v0.9.2