On 2010-11-18, at 22:19, silverdr@wfmh.org.pl wrote: > > On 2010-11-18, at 19:48, Ullrich von Bassewitz wrote: > >> >> Good evening! >> >> On Mon, Aug 23, 2010 at 05:24:21PM -0400, Mark J. Reed wrote: >>> Are there dependencies on the name within cc65? Could it perhaps be >>> renamed grc65 for consistency with the other binaries? >> >> Ok, I've done that. Please let me know if there are any problems. > > Makefile (gcc.mak) - install target looks for old name still. > Zarathustra:cc65 silverdr$ svn diff make/gcc.mak Index: make/gcc.mak =================================================================== --- make/gcc.mak (revision 4875) +++ make/gcc.mak (working copy) @@ -96,7 +96,7 @@ uninstall: install-test cd $(bindir) && $(RM) ar65${EXT} ca65${EXT} cc65${EXT} cl65${EXT} \ - co65${EXT} da65${EXT} ld65${EXT} od65${EXT} grc${EXT} ca65html + co65${EXT} da65${EXT} ld65${EXT} od65${EXT} grc65${EXT} ca65html $(RM) -R $(CC65_HOME) $(CC65_DOC) install: install-test install-dirs install-bins install-libs install-docs @@ -143,7 +143,7 @@ $(MKDIR) $@ install-bins: - for f in ar65 ca65 cc65 cl65 co65 da65 ld65 od65 grc; \ + for f in ar65 ca65 cc65 cl65 co65 da65 ld65 od65 grc65; \ do $(INSTALL_STRIP) src/$$f/$$f${EXT} $(bindir) || exit $$?; \ done $(INSTALL_PROG) src/ca65html/ca65html $(bindir) -- SD! ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Thu Nov 18 22:46:00 2010
This archive was generated by hypermail 2.1.8 : 2010-11-18 22:46:02 CET