8000
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 41fde54 commit ca88243Copy full SHA for ca88243
GNUmakefile.in
@@ -1,7 +1,7 @@
1
#
2
# PostgreSQL top level makefile
3
4
-# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.15 2000/12/04 00:34:40 tgl Exp $
+# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.16 2001/01/06 21:24:01 petere Exp $
5
6
7
subdir =
@@ -110,7 +110,7 @@ distcheck: $(distdir).tar.gz
110
$(MAKE) -C $(distdir) install
111
$(MAKE) -C $(distdir) uninstall
112
@echo "checking whether \`$(MAKE) uninstall' works"
113
- test `find $(dummy) -not -type d | wc -l` -eq 0
+ test `find $(dummy) ! -type d | wc -l` -eq 0
114
$(MAKE) -C $(distdir) dist
115
# Room for improvement: Check here whether this distribution tarball
116
# is sufficiently similar to the original one.
0 commit comments