Minor adjustments for dirmod.c.

This commit is contained in:
Bruce Momjian 2004-08-01 06:22:38 +00:00
parent ca9540d34f
commit 7510ac6203
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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