projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
605c10c
)
(Makefile): Don't depend on $(BUILT_SOURCES).
author
Jim Meyering
<jim@meyering.net>
Tue, 22 Jan 2002 11:59:11 +0000
(11:59 +0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 22 Jan 2002 11:59:11 +0000
(11:59 +0000)
Otherwise, some versions of automake would omit the rule that makes
Makefile from Makefile.in.
lib/Makefile.am
patch
|
blob
|
history
diff --git
a/lib/Makefile.am
b/lib/Makefile.am
index 5356aa6b76d03a1d9b66779d7fe69c01c4a603de..19de43a7106547780cb8cd3a153724bd2e43d84d 100644
(file)
--- a/
lib/Makefile.am
+++ b/
lib/Makefile.am
@@
-119,8
+119,6
@@
stat.c: xstat.in
$(srcdir)/xstat.in > $@-t
mv $@-t $@
-Makefile: $(BUILT_SOURCES)
-
# The following is needed in order to install a simple file in $(libdir)
# which is shared with other installed packages. We use a list of referencing
# packages so that "make uninstall" will remove the file if and only if it