pinosaur
/
smdp.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
0d91be8
)
use TARGET where possible
author
Michael Göhler
<somebody.here@gmx.de>
Sat, 11 Apr 2015 11:40:17 +0000
(13:40 +0200)
committer
Michael Göhler
<somebody.here@gmx.de>
Sat, 11 Apr 2015 11:40:17 +0000
(13:40 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
c2a4898
..
33271c2
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-60,8
+60,8
@@
clean:
install:
install -d $(DESTDIR)$(PREFIX)/bin
- install -m 755
mdp
$(DESTDIR)$(PREFIX)/bin/$(TARGET)
- install -m 644 mdp.1 $(DESTDIR)$(PREFIX)/share/man/man1/
+ install -m 755
$(TARGET)
$(DESTDIR)$(PREFIX)/bin/$(TARGET)
+ install -m 644 mdp.1 $(DESTDIR)$(PREFIX)/share/man/man1/
$(TARGET).1
uninstall:
$(RM) $(DESTDIR)$(PREFIX)/$(TARGET)