Author: jhoblitt
Date: Wed Sep 28 21:11:25 2005
New Revision: 9271

Modified:
   trunk/config/gen/makefiles/root.in
Log:
indicate that include/parrot/oplib/ops.h is built by ops2pm.pl


Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in  (original)
+++ trunk/config/gen/makefiles/root.in  Wed Sep 28 21:11:25 2005
@@ -815,7 +815,7 @@ $(PBCMERGE) : $(SRC_DIR)/pbc_merge$(O) $
 
 $(IMCC_DIR)/main$(O) : $(IMCC_DIR)/main.c $(GENERAL_H_FILES)
 
-lib/Parrot/OpLib/core.pm : $(OPS_FILES) $(BUILD_TOOLS_DIR)/ops2pm.pl \
+include/parrot/oplib/ops.h lib/Parrot/OpLib/core.pm : $(OPS_FILES) 
$(BUILD_TOOLS_DIR)/ops2pm.pl \
     lib/Parrot/OpsFile.pm lib/Parrot/Op.pm $(OPS_DIR)/ops.num
        $(PERL) $(BUILD_TOOLS_DIR)/ops2pm.pl $(OPS_FILES)
 

Reply via email to