Thanks to visit codestin.com Credit goes to github.com
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 f975590 commit edebfecCopy full SHA for edebfec
src/interfaces/Makefile
@@ -4,7 +4,7 @@
4
#
5
# Copyright (c) 1994, Regents of the University of California
6
7
-# $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 $
8
9
#-------------------------------------------------------------------------
10
@@ -47,5 +47,5 @@ all install installdirs uninstall dep depend distprep:
47
clean:
48
@for dir in $(DIRS); do $(MAKE) -C $$dir $@; done
49
50
-distclean maintainer-clean: clean
+distclean maintainer-clean:
51
@for dir in $(ALLDIRS); do $(MAKE) -C $$dir $@; done
0 commit comments