]> granicus.if.org Git - postgresql/commitdiff
man.patch (make inconsistency)
authorMarc G. Fournier <scrappy@hub.org>
Sat, 5 Jun 1999 04:15:09 +0000 (04:15 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sat, 5 Jun 1999 04:15:09 +0000 (04:15 +0000)
        the default target is 'install' instead of 'all'. So if you do a
        make without target you actually do a make install, which is not
        what one normally expects from a standard makefile.

From: Massimo Dal Zotto <dz@cs.unitn.it>

src/man/Makefile

index eb925ee54b4cf73ad4157b01bb92177f7bb60e7c..aa1598735ebed6c4954520d5bdc3f309b2df21f0 100644 (file)
@@ -8,13 +8,15 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/man/Attic/Makefile,v 1.7 1998/04/06 16:53:05 momjian Exp $
+#    $Header: /cvsroot/pgsql/src/man/Attic/Makefile,v 1.8 1999/06/05 04:15:09 scrappy Exp $
 #
 #-------------------------------------------------------------------------
 
 SRCDIR=..
 include ../Makefile.global
 
+all:
+
 install:
        -mkdir $(POSTMANDIR)
        -mkdir $(POSTMANDIR)/man1
@@ -28,6 +30,4 @@ install:
 
 clean:
 
-all:
-
 dep depend: