Skip to content

Commit

Permalink
move makefile regen so it it's not the default.
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Apr 5, 2010
1 parent 42a925a commit 8fae447
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/Makefile.in
Expand Up @@ -13,9 +13,6 @@ 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 Expand Up @@ -101,6 +98,9 @@ TEST_FILES = \
# t/cmd_variable.t t/cmd_vwait.t t/tcl_backslash.t
# t/tcl_misc.t t/tcl_namespace.t t/tcl_var_subst.t

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

# Only those tests that pass for now.
test: $(PARTCL_EXE)
prove -s --exec=./$(PARTCL_EXE) $(TEST_FILES)
Expand Down

0 comments on commit 8fae447

Please sign in to comment.