diff options
-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 |