diff options
author | Edward Rudd | 2003-12-30 21:12:53 +0000 |
---|---|---|
committer | Edward Rudd | 2003-12-30 21:12:53 +0000 |
commit | 6ef1e350f38e04bbe97bf211793d86bb5be9d1e8 (patch) | |
tree | c03d5bcdf16e72c0d487b6a805f915f8a2060edd /Makefile.in | |
parent | 2160710b6f3b9ed88a6f9d4adfea35f600e1e80d (diff) |
removed -n parameter to apxs as it isn\'t needed for this module
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 97f961c..08b0bfa 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -1,7 +1,7 @@ | |||
1 | # @configure_input@ | 1 | # @configure_input@ |
2 | 2 | ||
3 | # Modify these top variables. | 3 | # Modify these top variables. |
4 | SUBDIRS = | 4 | SUBDIRS = Documentation |
5 | SOURCES = \ | 5 | SOURCES = \ |
6 | @PACKAGE_NAME@.c | 6 | @PACKAGE_NAME@.c |
7 | 7 | ||
@@ -70,10 +70,10 @@ include: | |||
70 | ln -s @APACHE_INCDIR@ include | 70 | ln -s @APACHE_INCDIR@ include |
71 | 71 | ||
72 | install: install-subdirs | 72 | install: install-subdirs |
73 | @APXS_BIN@ -i -a -n $(subst mod_,,@PACKAGE_NAME@) $(TARGET) | 73 | @APXS_BIN@ -i -a $(TARGET) |
74 | 74 | ||
75 | update: update-subdirs | 75 | update: update-subdirs |
76 | @APXS_BIN@ -i -n $(subst mod_,,@PACKAGE_NAME@) $(TARGET) | 76 | @APXS_BIN@ -i $(TARGET) |
77 | 77 | ||
78 | clean: clean-subdirs | 78 | clean: clean-subdirs |
79 | $(RM) $(OBJ) $(SLO) $(LO) $(TARGET) .deps | 79 | $(RM) $(OBJ) $(SLO) $(LO) $(TARGET) .deps |