man.patch (make inconsistency)
authorMarc G. Fournier <[email protected]>
Sat, 5 Jun 1999 04:15:09 +0000 (04:15 +0000)
committerMarc G. Fournier <[email protected]>
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 <[email protected]>

src/man/Makefile

index d4fc54af8c40039b4bce30fef3757f676fbf9394..edd5cb608aa38be31b400dd15c6d6f7502f347b5 100644 (file)
@@ -15,6 +15,8 @@
 SRCDIR=..
 include ../Makefile.global
 
+all:
+
 install:
        -mkdir $(POSTMANDIR)
        -mkdir $(POSTMANDIR)/man1
@@ -28,6 +30,4 @@ install:
 
 clean:
 
-all:
-
 dep depend: