Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
arsv committed Aug 1, 2014
1 parent 4af3864 commit e1650aa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,6 @@ perlmini.c: perl.c
perlmini$O: perlmini.c
$(HOSTCC) $(HOSTCFLAGS) -DPERL_IS_MINIPERL -c -o $@ $<

#lib/ExtUtils/Miniperl.pm: miniperlmain.c minimod.pl $(CONFIGPM) | miniperl$X
# ./miniperl_top minimod.pl > lib/ExtUtils/Miniperl.pm

# We don't want to regenerate perly.c and perly.h, but they might
# appear out-of-date after a patch is applied or a new distribution is
# made.
Expand All @@ -153,8 +150,6 @@ perl$x: perlmain$o $(LIBPERL) $(static_tgt) static.list ext.libs

globals.o: uudmap.h

#perlmain.c: lib/ExtUtils/Miniperl.pm | miniperl$X
# ./miniperl_top -MExtUtils::Miniperl -e 'writemain(@ARGV)' $(dynaloader) $(static_pmn) > $@
perlmain.c: ext/ExtUtils-Miniperl/pm_to_blib | miniperl$X
./miniperl_top -MExtUtils::Miniperl -e 'writemain(\"$@", @ARGV)' $(dynaloader) $(static_pmn)

Expand Down

0 comments on commit e1650aa

Please sign in to comment.