joes 2004/07/25 14:18:30
Modified: src Makefile.am
Log:
automake seems to want an empty clean-local target when profiling is
disabled, otherwise 'make clean' fails.
Revision Changes Path
1.22 +5 -0 httpd-apreq-2/src/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /home/cvs/httpd-apreq-2/src/Makefile.am,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- Makefile.am 16 Jul 2004 20:27:02 -0000 1.21
+++ Makefile.am 25 Jul 2004 21:18:30 -0000 1.22
@@ -19,7 +19,12 @@
clean-local:
-rm *.bb *.bbg *.da *.gcov
+else
+
+clean-local:
+
endif
+
if BUILD_APR