]> granicus.if.org Git - postgresql/blob - src/test/regress/Makefile
fbb3148861da882b1755e72f26f56a0be6d1295a
[postgresql] / src / test / regress / Makefile
1 # The Postgres make files exploit features of GNU make that other makes
2 # do not have.  Because it is a common mistake for users to try to build
3 # Postgres with a different make, we have this make file that does nothing
4 # but tell the user to use GNU make.
5
6 # If the user were using GNU make now, this file would not get used because
7 # GNU make uses a make file named "GNUmakefile" in preference to "Makefile"
8 # if it exists.  Postgres is shipped with a "GNUmakefile".
9
10 all install clean dep depend:
11         @echo "You must use GNU make to use Postgres.  It may be installed"
12         @echo "on your system with the name 'gmake'."