[svn:parrot] r48217 - trunk/config/gen/makefiles

darbelo at svn.parrot.org darbelo at svn.parrot.org
Thu Jul 29 18:57:26 UTC 2010


Author: darbelo
Date: Thu Jul 29 18:57:25 2010
New Revision: 48217
URL: https://trac.parrot.org/parrot/changeset/48217

Log:
Remove redundant build deps from parrot_debugger.

Modified:
   trunk/config/gen/makefiles/root.in

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Thu Jul 29 18:03:52 2010	(r48216)
+++ trunk/config/gen/makefiles/root.in	Thu Jul 29 18:57:25 2010	(r48217)
@@ -987,18 +987,9 @@
 # Parrot Debugger
 #
 
-src/parrot_debugger$(O) : $(INC_DIR)/embed.h \
-	src/parrot_debugger.c \
-	$(INC_DIR)/runcore_api.h \
-	compilers/imcc/imc.h $(PARROT_H_HEADERS) compilers/imcc/parser.h \
-	compilers/imcc/cfg.h \
-	compilers/imcc/debug.h \
-	compilers/imcc/imcparser.h \
-	compilers/imcc/instructions.h \
-	compilers/imcc/sets.h \
-	compilers/imcc/symreg.h \
-	compilers/imcc/unit.h \
-	$(INC_DIR)/oplib/ops.h
+src/parrot_debugger$(O) : $(PARROT_H_HEADERS) src/parrot_debugger.c \
+	$(INC_DIR)/embed.h \
+	$(INC_DIR)/runcore_api.h
 
 $(PDB) : src/parrot_debugger$(O) src/parrot_config$(O) $(LIBPARROT)
 	$(LINK) @ld_out@$@ \


More information about the parrot-commits mailing list