]> granicus.if.org Git - postgresql/blobdiff - Makefile
Add PQdescribePrepared, PQdescribePortal, and related functions to libpq
[postgresql] / Makefile
index e73686416c6c98d37d875ad10e1b503003851f6d..d0cdc303e67fee7bbabe7981a9fe475604388c56 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@
 
 
 all check install installdirs installcheck uninstall dep depend clean distclean maintainer-clean:
-       @if ! [ -f GNUmakefile ] ; then \
+       @if [ ! -f GNUmakefile ] ; then \
           echo "You need to run the 'configure' program first. See the file"; \
           echo "'INSTALL' for installation instructions." ; \
           false ; \