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