Author: fperrad
Date: Wed Nov 16 08:01:48 2005
New Revision: 10026

Modified:
   trunk/config/gen/makefiles/root.in
Log:
fix for MinGW
(target parrot.exe ne target ./parrot.exe)

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in  (original)
+++ trunk/config/gen/makefiles/root.in  Wed Nov 16 08:01:48 2005
@@ -519,7 +519,7 @@ MAKE_C = ${make_c}
 
 all : \
        flags_dummy \
-       $(PARROT) \
+       parrot$(EXE) \
        runtime/parrot/include/parrotlib.pbc \
        runtime/parrot/include/config.fpmc \
        docs \
@@ -812,7 +812,6 @@ $(PINFO) : $(SRC_DIR)/pbc_info$(O) $(LIB
 # Parrot Bytecode File Merger
 #
 
-# pbc_info
 $(PBCMERGE) : $(SRC_DIR)/pbc_merge$(O) $(LIBPARROT) 
$(SRC_DIR)/parrot_config$(O)
        $(LINK) ${ld_out}$(PBCMERGE) \
        $(SRC_DIR)/pbc_merge$(O) \

Reply via email to