--- M6502/Makefile.PL 2007/08/01 21:40:17 82 +++ M6502/Makefile.PL 2007/08/01 22:01:15 84 @@ -38,9 +38,6 @@ sub MY::postamble { return <<'MAKE_FRAG'; -emulator: $(INST_ARCHAUTODIR)/$(NAME).$(SO) config.h perl.c - $(CC) -o emulator perl.o $(INST_ARCHAUTODIR)/$(NAME).$(SO) `perl -MExtUtils::Embed -e ldopts` - run: perl -Mblib -MArch -le 'print Orao->new->boot;'