Skip to content

Commit

Permalink
Allow makefile to auto-gen itself.
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Apr 5, 2010
1 parent 6a4abcd commit 42a925a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/Makefile.in
Expand Up @@ -3,7 +3,7 @@
# values from parrot_config
PARROT_BIN_DIR = @bindir@
EXE = @exe@
PERL = @perl@ # used implicitly by RM_F
PERL = @perl@
RM_F = @rm_f@

# locations of parrot resources
Expand All @@ -13,6 +13,9 @@ PBC_TO_EXE = $(PARROT_BIN_DIR)/pbc_to_exe$(EXE)

PARTCL_EXE = partcl$(EXE)

Makefile: Configure.pl build/Makefile.in
$(PERL) Configure.pl

GEN_SOURCES = \
src/ARE/Actions.pir \
src/ARE/Compiler.pir \
Expand Down

0 comments on commit 42a925a

Please sign in to comment.