diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/initdb/Makefile | 4 | ||||
-rw-r--r-- | src/bin/pg_resetxlog/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/bin/initdb/Makefile b/src/bin/initdb/Makefile index fbfcf9833d6..facfd3fe79d 100644 --- a/src/bin/initdb/Makefile +++ b/src/bin/initdb/Makefile @@ -5,7 +5,7 @@ # Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # -# $PostgreSQL: pgsql/src/bin/initdb/Makefile,v 1.42 2004/08/01 06:19:23 momjian Exp $ +# $PostgreSQL: pgsql/src/bin/initdb/Makefile,v 1.43 2004/08/01 06:22:38 momjian Exp $ # #------------------------------------------------------------------------- @@ -38,7 +38,7 @@ uninstall: rm -f $(DESTDIR)$(bindir)/initdb$(X) clean distclean maintainer-clean: - rm -f initdb$(X) $(OBJS) exec.c + rm -f initdb$(X) $(OBJS) dirmod.c exec.c # ensure that changes in datadir propagate into object file diff --git a/src/bin/pg_resetxlog/Makefile b/src/bin/pg_resetxlog/Makefile index 8e8b3394f41..424fb7655ff 100644 --- a/src/bin/pg_resetxlog/Makefile +++ b/src/bin/pg_resetxlog/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 1998-2002, PostgreSQL Global Development Group # -# $PostgreSQL: pgsql/src/bin/pg_resetxlog/Makefile,v 1.10 2004/05/25 01:00:25 momjian Exp $ +# $PostgreSQL: pgsql/src/bin/pg_resetxlog/Makefile,v 1.11 2004/08/01 06:22:38 momjian Exp $ # #------------------------------------------------------------------------- @@ -40,4 +40,4 @@ uninstall: rm -f $(DESTDIR)$(bindir)/pg_resetxlog$(X) clean distclean maintainer-clean: - rm -f pg_resetxlog$(X) pg_crc.c dirmod.c exec.c $(OBJS) + rm -f pg_resetxlog$(X) $(OBJS) pg_crc.c dirmod.c exec.c |