File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55# Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
66# Portions Copyright (c) 1994, Regents of the University of California
77#
8- # $PostgreSQL: pgsql/src/bin/initdb/Makefile,v 1.42 2004/08/01 06:19:23 momjian Exp $
8+ # $PostgreSQL: pgsql/src/bin/initdb/Makefile,v 1.43 2004/08/01 06:22:38 momjian Exp $
99#
1010# -------------------------------------------------------------------------
1111
@@ -38,7 +38,7 @@ uninstall:
3838 rm -f $(DESTDIR )$(bindir ) /initdb$(X )
3939
4040clean distclean maintainer-clean :
41- rm -f initdb$(X ) $(OBJS ) exec.c
41+ rm -f initdb$(X ) $(OBJS ) dirmod.c exec.c
4242
4343
4444# ensure that changes in datadir propagate into object file
Original file line number Diff line number Diff line change 44#
55# Copyright (c) 1998-2002, PostgreSQL Global Development Group
66#
7- # $PostgreSQL: pgsql/src/bin/pg_resetxlog/Makefile,v 1.10 2004/05/25 01:00:25 momjian Exp $
7+ # $PostgreSQL: pgsql/src/bin/pg_resetxlog/Makefile,v 1.11 2004/08/01 06:22:38 momjian Exp $
88#
99# -------------------------------------------------------------------------
1010
@@ -40,4 +40,4 @@ uninstall:
4040 rm -f $(DESTDIR )$(bindir ) /pg_resetxlog$(X )
4141
4242clean distclean maintainer-clean :
43- rm -f pg_resetxlog$(X ) pg_crc.c dirmod.c exec.c $( OBJS )
43+ rm -f pg_resetxlog$(X ) $( OBJS ) pg_crc.c dirmod.c exec.c
You can’t perform that action at this time.
0 commit comments