We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d9066 commit 4f581e0Copy full SHA for 4f581e0
src/bin/initdb/Makefile
@@ -5,7 +5,7 @@
5
# Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
6
# Portions Copyright (c) 1994, Regents of the University of California
7
#
8
-# $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.32 2003/11/13 20:30:37 tgl Exp $
+# $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.33 2003/11/23 21:42:13 petere Exp $
9
10
#-------------------------------------------------------------------------
11
@@ -31,5 +31,5 @@ installdirs:
31
uninstall:
32
rm -f $(DESTDIR)$(bindir)/initdb$(X)
33
34
-clean distclean:
+clean distclean maintainer-clean:
35
rm -f initdb$(X) $(OBJS)
0 commit comments