projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a1fda2
)
man.patch (make inconsistency)
author
Marc G. Fournier
<
[email protected]
>
Sat, 5 Jun 1999 04:15:09 +0000
(
04:15
+0000)
committer
Marc 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
patch
|
blob
|
blame
|
history
diff --git
a/src/man/Makefile
b/src/man/Makefile
index d4fc54af8c40039b4bce30fef3757f676fbf9394..edd5cb608aa38be31b400dd15c6d6f7502f347b5 100644
(file)
--- 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: