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

coke at svn.parrot.org coke at svn.parrot.org
Mon Dec 21 16:53:55 UTC 2009


Author: coke
Date: Mon Dec 21 16:53:54 2009
New Revision: 43181
URL: https://trac.parrot.org/parrot/changeset/43181

Log:
Fix file dep broken in r42521 for src/io/win32.c

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

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Mon Dec 21 15:45:46 2009	(r43180)
+++ trunk/config/gen/makefiles/root.in	Mon Dec 21 16:53:54 2009	(r43181)
@@ -1205,7 +1205,7 @@
 
 $(IO_DIR)/utf8$(O) : $(GENERAL_H_FILES) $(IO_DIR)/io_private.h
 
-$(IO_DIR)/win32$(O) : $(GENERAL_H_FILES) $(IO_DIR)/io_private.h
+$(IO_DIR)/win32$(O) : $(GENERAL_H_FILES) $(IO_DIR)/io_private.h $(PMC_INC_DIR)/pmc/pmc_filehandle.h
 
 $(SRC_DIR)/gc/alloc_memory$(O) : $(GENERAL_H_FILES)
 


More information about the parrot-commits mailing list