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

Commit edebfec

Browse files
committed
Recursive distclean shouldn't depend on recursive clean. Subdirectories
handle this.
1 parent f975590 commit edebfec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.44 2001/03/05 09:39:52 peter Exp $
7+
# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.45 2001/03/09 21:50:27 petere Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -47,5 +47,5 @@ all install installdirs uninstall dep depend distprep:
4747
clean:
4848
@for dir in $(DIRS); do $(MAKE) -C $$dir $@; done
4949

50-
distclean maintainer-clean: clean
50+
distclean maintainer-clean:
5151
@for dir in $(ALLDIRS); do $(MAKE) -C $$dir $@; done

0 commit comments

Comments
 (0)