summaryrefslogtreecommitdiff
blob: b93a020afe7b737cd184b465817f725266cb7531 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- ../parrot-0.2.3/config/gen/makefiles/root.in	2005-07-29 12:07:33.000000000 +0200
+++ config/gen/makefiles/root.in	2005-08-07 17:40:26.000000000 +0200
@@ -1,5 +1,5 @@
 # Copyright: 2001-2005 The Perl Foundation.  All Rights Reserved.
-# $Id: root.in.patch,v 1.1 2005/08/15 06:30:56 mcummings Exp $
+# $Id: root.in.patch,v 1.1 2005/08/15 06:30:56 mcummings Exp $
 
 ###############################################################################
 # NOTES:
@@ -656,10 +656,8 @@
 runtime/parrot/include/config.fpmc : myconfig config_lib.pasm $(MINIPARROT)
 	@echo Invoking Parrot to generate runtime/parrot/include/config.fpmc --cross your fingers
 	$(MINIPARROT) config_lib.pasm > $@
-	@echo If the next line prints $(VERSION), it did help.
-	$(MINIPARROT) parrot-config.imc VERSION DEVEL
 
-parrot.def :
+parrot.def : build_tools\parrotdef.pl
 	perl build_tools/parrotdef.pl
 
 $(PARROT) : $(IMCC_DIR)/main$(O) $(GEN_HEADERS) $(LIBPARROT) \
@@ -1029,6 +1027,8 @@
 $(OPS_DIR)/core_ops_switch.c $(INC_DIR)/oplib/core_ops_switch.h : $(OPS_FILES) $(BUILD_TOOLS_DIR)/ops2c.pl lib/Parrot/OpsFile.pm lib/Parrot/Op.pm $(INC_DIR)/config.h lib/Parrot/OpLib/core.pm
 	$(PERL) $(BUILD_TOOLS_DIR)/ops2c.pl CSwitch --core
 
+build_tools\parrotdef.pl : $(CLASS_PMC_FILES)
+
 ${TEMP_cg_c}
 
 ${TEMP_gc_c}