mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Add maintainer-clean target.
This commit is contained in:
parent
e2d9066527
commit
4f581e0072
@ -5,7 +5,7 @@
|
|||||||
# Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
|
# Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
|
||||||
# Portions Copyright (c) 1994, Regents of the University of California
|
# 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:
|
uninstall:
|
||||||
rm -f $(DESTDIR)$(bindir)/initdb$(X)
|
rm -f $(DESTDIR)$(bindir)/initdb$(X)
|
||||||
|
|
||||||
clean distclean:
|
clean distclean maintainer-clean:
|
||||||
rm -f initdb$(X) $(OBJS)
|
rm -f initdb$(X) $(OBJS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user