projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c421267
)
remove dtimep.c only in distclean
author
Philipp Takacs
<philipp@bureaucracy.de>
Sun, 6 Jan 2019 11:27:37 +0000
(12:27 +0100)
committer
Philipp Takacs
<philipp@bureaucracy.de>
Sun, 6 Jan 2019 11:27:37 +0000
(12:27 +0100)
this avoids flex dependency for the tarball
sbr/Makefile.in
patch
|
blob
|
history
diff --git
a/sbr/Makefile.in
b/sbr/Makefile.in
index
0787759
..
f2310fb
100644
(file)
--- a/
sbr/Makefile.in
+++ b/
sbr/Makefile.in
@@
-118,10
+118,10
@@
mostlyclean:
rm -f *.o *~
clean: mostlyclean
- rm -f libmh.a sigmsg.h dtimep.c
+ rm -f libmh.a sigmsg.h
distclean: clean
- rm -f Makefile
+ rm -f Makefile dtimep.c
realclean: distclean