projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69aecfa
)
touch the DISTINCLUDE in mmhdist target
author
Philipp Takacs
<philipp@bureaucracy.de>
Sun, 14 Aug 2016 15:31:50 +0000
(17:31 +0200)
committer
Philipp Takacs
<philipp@bureaucracy.de>
Sun, 14 Aug 2016 15:31:50 +0000
(17:31 +0200)
This avoids rebuilding this files. So autoconf and flex
is not need for a normal user.
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
7ec7673
..
f93359d
100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-177,6
+177,7
@@
mmhdist: $(DISTINCLUDE) distname
@chmod 755 $(distdir)
@for file in $(DISTINCLUDE); do \
cp -p $(srcdir)/$$file $(distdir)/$$file; \
+ touch $(distdir)/$$file; \
done
@for file in $(DISTEXCLUDE); do \
rm -rf $(distdir)/$$file; \