projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85ea1ce
)
Makefiles: Define dist_man_MANS before trying to add to it.
author
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 25 Jan 2012 18:32:24 +0000
(10:32 -0800)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 25 Jan 2012 18:32:24 +0000
(10:32 -0800)
Fixes Automake complaint:
utilities/automake.mk:2: dist_man_MANS must be set with `=' before using `+='
Reported-by: John Darrington <john@darrington.wattle.id.au>
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 3d2e6916e16c1654997c726e3eb0143be924dbe0..48ec5073668fc7681f803ff0ae9a686d82c02e56 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-40,7
+40,7
@@
noinst_LTLIBRARIES=
noinst_PROGRAMS=
check_PROGRAMS=
bin_PROGRAMS=
-man_MANS =
+
dist_
man_MANS =
DIST_HOOKS =
INSTALL_DATA_HOOKS =
UNINSTALL_DATA_HOOKS =