Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7510ac6

Browse files
committed
Minor adjustments for dirmod.c.
1 parent ca9540d commit 7510ac6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/bin/initdb/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

4040
clean 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

src/bin/pg_resetxlog/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

4242
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

0 commit comments

Comments
 (0)