From b44084d18de8f5542356535c1dc6cad7b0c98219 Mon Sep 17 00:00:00 2001 From: Coke Date: Tue, 28 Dec 2010 05:30:30 -0500 Subject: [PATCH] Remove now-redundant .mak variable. --- config/auto/gc.pm | 2 +- config/gen/makefiles/root.in | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/config/auto/gc.pm b/config/auto/gc.pm index 261ef6bbb2..a334db37dd 100644 --- a/config/auto/gc.pm +++ b/config/auto/gc.pm @@ -44,7 +44,7 @@ sub runstep { $conf->data->set( TEMP_gc_c => <<"EOF", -src/gc/alloc_resources\$(O): \$(GENERAL_H_FILES) src/gc/alloc_resources.c +src/gc/alloc_resources\$(O): \$(GEN_HEADERS) src/gc/alloc_resources.c EOF TEMP_gc_o => "src/gc/alloc_resources\$(O)", gc_flag => '', diff --git a/config/gen/makefiles/root.in b/config/gen/makefiles/root.in index af243e813b..f5745cfc8d 100644 --- a/config/gen/makefiles/root.in +++ b/config/gen/makefiles/root.in @@ -409,10 +409,6 @@ PARROT_H_HEADERS = \ $(INC_DIR)/cclass.h \ include/pmc/pmc_callcontext.h -# generated list of header files -GENERAL_H_FILES = $(GEN_HEADERS) \ - - CLASS_PMC_FILES = @TEMP_pmc_classes_pmc@ CLASS_O_FILES = @TEMP_pmc_classes_o@ CLASS_STR_FILES = @TEMP_pmc_classes_str@ @@ -1000,7 +996,7 @@ O_FILES = \ lib_deps_object : $(O_FILES) $(PERL) $(DEV_TOOLS_DIR)/lib_deps.pl object $(O_FILES) -lib_deps_source : $(GENERAL_H_FILES) +lib_deps_source : $(GEN_HEADERS) $(PERL) $(DEV_TOOLS_DIR)/lib_deps.pl source all_source lib_deps : lib_deps_object lib_deps_source @@ -1631,7 +1627,7 @@ src/packfile/pf_items$(O) : \ src/packfile/pf_items.str \ src/packfile/pf_items.c -src/parrot$(O) : $(GENERAL_H_FILES) +src/parrot$(O) : $(GEN_HEADERS) src/runcore/cores$(O) : src/runcore/cores.str \ src/runcore/cores.c \ @@ -1683,7 +1679,7 @@ src/embed/pmc$(O) : \ src/embed/embed_private.h \ include/pmc/pmc_parrotinterpreter.h -src/dataypes$(O) : $(GENERAL_H_FILES) src/dataypes.c +src/dataypes$(O) : $(GEN_HEADERS) src/dataypes.c src/exit$(O) : $(PARROT_H_HEADERS) src/exit.c