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

Commit 4f581e0

Browse files
committed
Add maintainer-clean target.
1 parent e2d9066 commit 4f581e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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-
# $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.32 2003/11/13 20:30:37 tgl Exp $
8+
# $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.33 2003/11/23 21:42:13 petere Exp $
99
#
1010
#-------------------------------------------------------------------------
1111

@@ -31,5 +31,5 @@ installdirs:
3131
uninstall:
3232
rm -f $(DESTDIR)$(bindir)/initdb$(X)
3333

34-
clean distclean:
34+
clean distclean maintainer-clean:
3535
rm -f initdb$(X) $(OBJS)

0 commit comments

Comments
 (0)