X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=as%2FMakefile;h=a2b8623f3b5e039f3e2fd173106235921d93ce59;hb=9827bc4a240593f8a3878a105b217bb587260624;hp=80dd2f62aec51f4160664e2c57bea0dd7ffa6ed1;hpb=f1c40004ae349f7cd3a1a5c5c85f62f695196370;p=fw%2Fsdcc diff --git a/as/Makefile b/as/Makefile index 80dd2f62..a2b8623f 100644 --- a/as/Makefile +++ b/as/Makefile @@ -19,7 +19,7 @@ install: all install-doc install-doc: $(INSTALL) -d $(DESTDIR)$(docdir)/aslink - cp -f `find doc -maxdepth 1 -type f` $(DESTDIR)$(docdir)/aslink + cp -f doc/* $(DESTDIR)$(docdir)/aslink uninstall: cd $(DESTDIR)$(bindir); rm -f as-z80$(EXEEXT) as-gbz80$(EXEEXT) as-hc08$(EXEEXT)