mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 22:28:15 -04:00
Warning in makefile added from DArcy.
This commit is contained in:
parent
c16d29f990
commit
0a50d30bd7
1 changed files with 4 additions and 0 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Reference in a new issue