diff options
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index fbb3148861d..ae52b189751 100644 --- a/src/Makefile +++ b/src/Makefile @@ -7,6 +7,6 @@ # GNU make uses a make file named "GNUmakefile" in preference to "Makefile" # if it exists. Postgres is shipped with a "GNUmakefile". -all install clean dep depend: +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'." |