File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
# Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
6
6
# Portions Copyright (c) 1994, Regents of the University of California
7
7
#
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 $
9
9
#
10
10
# -------------------------------------------------------------------------
11
11
@@ -38,7 +38,7 @@ uninstall:
38
38
rm -f $(DESTDIR )$(bindir ) /initdb$(X )
39
39
40
40
clean distclean maintainer-clean :
41
- rm -f initdb$(X ) $(OBJS ) exec.c
41
+ rm -f initdb$(X ) $(OBJS ) dirmod.c exec.c
42
42
43
43
44
44
# ensure that changes in datadir propagate into object file
Original file line number Diff line number Diff line change 4
4
#
5
5
# Copyright (c) 1998-2002, PostgreSQL Global Development Group
6
6
#
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 $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -40,4 +40,4 @@ uninstall:
40
40
rm -f $(DESTDIR )$(bindir ) /pg_resetxlog$(X )
41
41
42
42
clean 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