make CC=tcc install: fixes strip:tcc: File format not recognized

master
Henry Kroll III 2010-11-30 13:17:22 -08:00
parent 8185070841
commit 0d38e3b663
1 changed files with 2 additions and 1 deletions

View File

@ -232,7 +232,8 @@ INSTALL=install
ifndef CONFIG_WIN32
install: $(PROGS) $(LIBTCC1) $(BCHECK_O) $(LIBTCCLIBS) tcc.1 tcc-doc.info tcc-doc.html
mkdir -p "$(bindir)"
$(INSTALL) -s -m755 $(PROGS) "$(bindir)"
-$(STRIP) $(PROGS)
$(INSTALL) -m755 $(PROGS) "$(bindir)"
mkdir -p "$(mandir)/man1"
$(INSTALL) tcc.1 "$(mandir)/man1"
mkdir -p $(infodir)