mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
change tool call from perl5 to perl, so that i can actually build
on my primary linux machine. this is purely a selfish change, and only enabled for official type builds. reviewed: cyeh. approved: cyeh
This commit is contained in:
parent
aa02be5044
commit
374a1c2dc0
@ -98,7 +98,7 @@ $(DEPTH)/build/build_number: FORCE
|
||||
perl5 aboutime.pl $(DEPTH)/l10n/us/xp/about-all.html $@
|
||||
|
||||
$(DEPTH)/modules/libpref/src/init/all.js: FORCE
|
||||
perl5 set-timebomb.pl
|
||||
perl set-timebomb.pl
|
||||
|
||||
$(OBJDIR)/bdate$(BIN_SUFFIX): $(OBJDIR)/bdate.o
|
||||
@$(MAKE_OBJDIR)
|
||||
|
Loading…
Reference in New Issue
Block a user