--- M6502/Makefile.PL 2007/07/30 23:28:25 38 +++ M6502/Makefile.PL 2007/07/31 09:37:01 42 @@ -25,7 +25,7 @@ sub MY::postamble { return <<'MAKE_FRAG'; -emulator: $(INST_ARCHAUTODIR)/$(NAME).$(SO) config.h perl.o +emulator: $(INST_ARCHAUTODIR)/$(NAME).$(SO) config.h perl.c $(CC) -o emulator perl.o $(INST_ARCHAUTODIR)/$(NAME).$(SO) `perl -MExtUtils::Embed -e ldopts` run: emulator