Commit edebfec8 authored by Peter Eisentraut's avatar Peter Eisentraut

Recursive distclean shouldn't depend on recursive clean. Subdirectories

handle this.
parent f975590f
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# #
# Copyright (c) 1994, Regents of the University of California # Copyright (c) 1994, Regents of the University of California
# #
# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.44 2001/03/05 09:39:52 peter Exp $ # $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.45 2001/03/09 21:50:27 petere Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
...@@ -47,5 +47,5 @@ all install installdirs uninstall dep depend distprep: ...@@ -47,5 +47,5 @@ all install installdirs uninstall dep depend distprep:
clean: clean:
@for dir in $(DIRS); do $(MAKE) -C $$dir $@; done @for dir in $(DIRS); do $(MAKE) -C $$dir $@; done
distclean maintainer-clean: clean distclean maintainer-clean:
@for dir in $(ALLDIRS); do $(MAKE) -C $$dir $@; done @for dir in $(ALLDIRS); do $(MAKE) -C $$dir $@; done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment