12 lines
341 B
Diff
12 lines
341 B
Diff
|
--- a/Makefile.in
|
||
|
+++ b/Makefile.in
|
||
|
@@ -50,8 +50,6 @@ whob: whois.o
|
||
|
|
||
|
install: lft lft.8 whob whob.8
|
||
|
@echo "LFT and WhoB"
|
||
|
- @echo " \_Stripping binaries"
|
||
|
- @strip lft whob
|
||
|
@echo " \_Copying files to their intended destinations"
|
||
|
@test -d $(DESTDIR)$(bindir)/. || $(MKDIR) $(DESTDIR)$(bindir)
|
||
|
$(INSTALL) lft $(DESTDIR)$(bindir)/lft
|