X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=as%2FMakefile;fp=as%2FMakefile;h=65ec66587c3355b326b523f63760844a0b329b31;hb=0f7eb11326748ef769a88def751b967ff878bc8b;hp=f50fd1348ffa981b3f69e1b7e9d478db6f3be57e;hpb=fbbba4a83cab40dd3baff79ec60a619b13dffdce;p=fw%2Fsdcc diff --git a/as/Makefile b/as/Makefile index f50fd134..65ec6658 100644 --- a/as/Makefile +++ b/as/Makefile @@ -9,9 +9,9 @@ all: install: all install-doc $(INSTALL) $(PRJDIR)/bin/as-z80 `echo $(bindir)/as-z80|sed '$(transform)'` - $(STRIP) -s `echo $(bindir)/as-z80|sed '$(transform)'` + $(STRIP) `echo $(bindir)/as-z80|sed '$(transform)'` $(INSTALL) $(PRJDIR)/bin/as-gbz80 `echo $(bindir)/as-gbz80|sed '$(transform)'` - $(STRIP) -s `echo $(bindir)/as-gbz80|sed '$(transform)'` + $(STRIP) `echo $(bindir)/as-gbz80|sed '$(transform)'` install-doc: $(INSTALL) -d $(docdir)/aslink