mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
man.patch (make inconsistency)
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>
This commit is contained in:
parent
840306af04
commit
dbaab4a4d4
@ -8,13 +8,15 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# 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=..
|
SRCDIR=..
|
||||||
include ../Makefile.global
|
include ../Makefile.global
|
||||||
|
|
||||||
|
all:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
-mkdir $(POSTMANDIR)
|
-mkdir $(POSTMANDIR)
|
||||||
-mkdir $(POSTMANDIR)/man1
|
-mkdir $(POSTMANDIR)/man1
|
||||||
@ -28,6 +30,4 @@ install:
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
||||||
all:
|
|
||||||
|
|
||||||
dep depend:
|
dep depend:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user