]> granicus.if.org Git - postgresql/commitdiff
Add distclean to target listing
authorMarc G. Fournier <scrappy@hub.org>
Fri, 4 Apr 1997 09:01:19 +0000 (09:01 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 4 Apr 1997 09:01:19 +0000 (09:01 +0000)
src/Makefile

index fbb3148861da882b1755e72f26f56a0be6d1295a..ae52b18975147c20b3d417aea1d06201f7154e4d 100644 (file)
@@ -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'."