Re-generated the Makefiles

This commit is contained in:
Pierre Pronchery 2014-01-23 12:55:03 -06:00
parent 756e79fcf6
commit 700dfe7a4c

View File

@ -43,7 +43,7 @@ distclean: clean
install: $(TARGETS)
$(MKDIR) $(DESTDIR)$(BINDIR)
$(INSTALL) -m 0755 -- strace $(DESTDIR)$(BINDIR)/strace
$(INSTALL) -m 0755 strace $(DESTDIR)$(BINDIR)/strace
uninstall:
$(RM) -- $(DESTDIR)$(BINDIR)/strace