Remove -s (install) -s which broke debuginfo
This commit is contained in:
parent
4271e592ae
commit
e286c7d6aa
@ -92,9 +92,9 @@ clean:
|
||||
|
||||
.PHONEY: install
|
||||
install: $(PROGRAMS)
|
||||
$(INSTALL) -m 755 -D -s thin_repair $(BINDIR)/thin_repair
|
||||
$(INSTALL) -m 755 -D -s thin_dump $(BINDIR)/thin_dump
|
||||
$(INSTALL) -m 755 -D -s thin_restore $(BINDIR)/thin_restore
|
||||
$(INSTALL) -m 755 -D thin_repair $(BINDIR)/thin_repair
|
||||
$(INSTALL) -m 755 -D thin_dump $(BINDIR)/thin_dump
|
||||
$(INSTALL) -m 755 -D thin_restore $(BINDIR)/thin_restore
|
||||
$(INSTALL) -m 644 -D man8/thin_repair.8 $(MANPATH)/man8/thin_repair.8
|
||||
$(INSTALL) -m 644 -D man8/thin_dump.8 $(MANPATH)/man8/thin_dump.8
|
||||
$(INSTALL) -m 644 -D man8/thin_restore.8 $(MANPATH)/man8/thin_restore.8
|
||||
|
Loading…
Reference in New Issue
Block a user