pinosaur
/
smdp.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
02de567
)
Merge pull request #33 from Pyrohh/master
author
Michael Göhler
<somebody.here@gmx.de>
Sun, 21 Sep 2014 23:53:16 +0000
(
01:53
+0200)
committer
Michael Göhler
<somebody.here@gmx.de>
Sun, 21 Sep 2014 23:53:16 +0000
(
01:53
+0200)
Makefile: switch out 'rm -f' with '$(RM)' to match previous invocations
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
64ecee4
..
3c1715e
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-41,7
+41,7
@@
install: mdp
install -m 755 mdp $(PREFIX)$(DESTDIR)/mdp
uninstall:
-
rm -f
$(PREFIX)$(DESTDIR)/mdp
+
$(RM)
$(PREFIX)$(DESTDIR)/mdp
.PHONY: all clean install uninstall