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 fb8cdc2 commit e2f9138Copy full SHA for e2f9138
contrib/Makefile
@@ -1,4 +1,4 @@
1
-# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.16 2001/02/11 02:18:48 momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.17 2001/03/13 19:28:02 petere Exp $
2
3
subdir = contrib
4
top_builddir = ..
@@ -34,7 +34,7 @@ WANTED_DIRS = \
34
35
all install installdirs uninstall clean distclean maintainer-clean:
36
for dir in $(WANTED_DIRS); do \
37
- if [ -e $$dir/Makefile ]; then \
+ if [ -f $$dir/Makefile ]; then \
38
$(MAKE) -C $$dir $@; \
39
fi; \
40
done
0 commit comments