summaryrefslogtreecommitdiffstatsabout
path: root/Makefile.in
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2003-12-30 21:12:53 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2003-12-30 21:12:53 (GMT)
commit6ef1e350f38e04bbe97bf211793d86bb5be9d1e8 (patch)
treec03d5bcdf16e72c0d487b6a805f915f8a2060edd /Makefile.in
parent2160710b6f3b9ed88a6f9d4adfea35f600e1e80d (diff)
removed -n parameter to apxs as it isn\'t needed for this module
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
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.
4SUBDIRS = 4SUBDIRS = Documentation
5SOURCES = \ 5SOURCES = \
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
72install: install-subdirs 72install: install-subdirs
73 @APXS_BIN@ -i -a -n $(subst mod_,,@PACKAGE_NAME@) $(TARGET) 73 @APXS_BIN@ -i -a $(TARGET)
74 74
75update: update-subdirs 75update: update-subdirs
76 @APXS_BIN@ -i -n $(subst mod_,,@PACKAGE_NAME@) $(TARGET) 76 @APXS_BIN@ -i $(TARGET)
77 77
78clean: clean-subdirs 78clean: clean-subdirs
79 $(RM) $(OBJ) $(SLO) $(LO) $(TARGET) .deps 79 $(RM) $(OBJ) $(SLO) $(LO) $(TARGET) .deps