From: Marc G. Fournier Date: Fri, 4 Apr 1997 09:01:19 +0000 (+0000) Subject: Add distclean to target listing X-Git-Tag: REL6_1~371 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfbe25c39543eb7143a212891a39b6ba787bbaf8;p=thirdparty%2Fpostgresql.git Add distclean to target listing --- 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'."