From: Marc G. Fournier Date: Sat, 5 Jun 1999 04:15:09 +0000 (+0000) Subject: man.patch (make inconsistency) X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=cf6fd32b96b424288dec078183c731977fe7913f;p=users%2Fbernd%2Fpostgres.git 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 --- diff --git a/src/man/Makefile b/src/man/Makefile index d4fc54af8c..edd5cb608a 100644 --- a/src/man/Makefile +++ b/src/man/Makefile @@ -15,6 +15,8 @@ SRCDIR=.. include ../Makefile.global +all: + install: -mkdir $(POSTMANDIR) -mkdir $(POSTMANDIR)/man1 @@ -28,6 +30,4 @@ install: clean: -all: - dep depend: