CVS User Account cvsuser
Wed Jul 21 17:48:07 PDT 2004
Log Message:
-----------
allow make dist to work bsdmake systems

Modified Files:
--------------
    slony1-engine:
        Makefile (r1.8 -> r1.9)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -LMakefile -LMakefile -u -w -r1.8 -r1.9
--- Makefile
+++ Makefile
@@ -1,4 +1,4 @@
-all check install installdirs install-all-headers installcheck uninstall dep depend clean distclean maintainer-clean:
+all check install installdirs install-all-headers installcheck uninstall dep depend clean distclean maintainer-clean dist:
 	@if [ ! -f GNUmakefile ] ; then \
 		echo "You need to run the 'configure' program first. See the file"; \
 		echo "'README' for installation instructions." ; \


More information about the Slony1-commit mailing list