aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1997-08-22 16:38:33 +0000
committerBruce Momjian <bruce@momjian.us>1997-08-22 16:38:33 +0000
commit0a50d30bd7ae4d1772a21de83ccd6aa1d680b5a4 (patch)
tree6b8ffd3ae37398c981bbe83bd2eff23f829f25f1
parentc16d29f9904f680c5784a04812061d733d2c5e7b (diff)
downloadpostgresql-0a50d30bd7ae4d1772a21de83ccd6aa1d680b5a4.tar.gz
postgresql-0a50d30bd7ae4d1772a21de83ccd6aa1d680b5a4.zip
Warning in makefile added from DArcy.
-rw-r--r--src/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index ae52b189751..8fbbcbdac2a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -10,3 +10,7 @@
all install clean dep depend distclean:
@echo "You must use GNU make to use Postgres. It may be installed"
@echo "on your system with the name 'gmake'."
+ @echo
+ @echo "NOTE: If you are sure that you are using GNU make and you are"
+ @echo " still getting this message, you may simply need to run"
+ @echo " the configure program."