CVS User Account cvsuser
Fri May 27 21:46:39 PDT 2005
Log Message:
-----------
make clean and distclean should wipe out any local copies of
postgres.imp; this is an AIX-specific file containing a summary
of objects in the postgres binary.

Modified Files:
--------------
    slony1-engine:
        GNUmakefile.in (r1.19 -> r1.20)

-------------- next part --------------
Index: GNUmakefile.in
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/GNUmakefile.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -LGNUmakefile.in -LGNUmakefile.in -u -w -r1.19 -r1.20
--- GNUmakefile.in
+++ GNUmakefile.in
@@ -45,7 +45,7 @@
 	@for subdir in src doc tools ; do \
 	  $(MAKE) -C $$subdir $@ ; \
     done ;\
-      rm -f postgresql.imp
+      rm -f postgres.imp
 
 distclean: clean
 	rm -f Makefile.global Makefile.port
@@ -53,6 +53,7 @@
 	rm -f config.log config.status config.h
 	rm -f @PACKAGE_NAME at .spec
 	rm -f @PACKAGE_NAME at -@PACKAGE_VERSION at .tar.gz
+	rm -f postgres.imp
 	rm -rf autom4te.cache
 	
 maintainer-clean: distclean


More information about the Slony1-commit mailing list