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 c16d29f commit 0a50d30Copy full SHA for 0a50d30
src/Makefile
@@ -10,3 +10,7 @@
10
all install clean dep depend distclean:
11
@echo "You must use GNU make to use Postgres. It may be installed"
12
@echo "on your system with the name 'gmake'."
13
+ @echo
14
+ @echo "NOTE: If you are sure that you are using GNU make and you are"
15
+ @echo " still getting this message, you may simply need to run"
16
+ @echo " the configure program."
0 commit comments