diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2003-11-23 21:42:13 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2003-11-23 21:42:13 +0000 |
commit | 4f581e00721151480364d3e6fd2182b992af268e (patch) | |
tree | e0c79e338c9d8b204db8e4156cc86cb5fe23e4cb /src | |
parent | e2d9066527b624de7e8259a5327c9e9da7b632a8 (diff) | |
download | postgresql-4f581e00721151480364d3e6fd2182b992af268e.tar.gz postgresql-4f581e00721151480364d3e6fd2182b992af268e.zip |
Add maintainer-clean target.
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/initdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/initdb/Makefile b/src/bin/initdb/Makefile index 9920672f751..b3b0de89887 100644 --- a/src/bin/initdb/Makefile +++ b/src/bin/initdb/Makefile @@ -5,7 +5,7 @@ # Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # -# $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 $ # #------------------------------------------------------------------------- @@ -31,5 +31,5 @@ installdirs: uninstall: rm -f $(DESTDIR)$(bindir)/initdb$(X) -clean distclean: +clean distclean maintainer-clean: rm -f initdb$(X) $(OBJS) |