Commit 7510ac62 authored by Bruce Momjian's avatar Bruce Momjian

Minor adjustments for dirmod.c.

parent ca9540d3
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group # Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California # 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: ...@@ -38,7 +38,7 @@ uninstall:
rm -f $(DESTDIR)$(bindir)/initdb$(X) rm -f $(DESTDIR)$(bindir)/initdb$(X)
clean distclean maintainer-clean: 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 # ensure that changes in datadir propagate into object file
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# #
# Copyright (c) 1998-2002, PostgreSQL Global Development Group # 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: ...@@ -40,4 +40,4 @@ uninstall:
rm -f $(DESTDIR)$(bindir)/pg_resetxlog$(X) rm -f $(DESTDIR)$(bindir)/pg_resetxlog$(X)
clean distclean maintainer-clean: 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment