[javascriptlint-commit] SF.net SVN: javascriptlint: [151] trunk/Makefile.SpiderMonkey
Status: Beta
Brought to you by:
matthiasmiller
|
From: <mat...@us...> - 2008-03-01 19:04:32
|
Revision: 151
http://javascriptlint.svn.sourceforge.net/javascriptlint/?rev=151&view=rev
Author: matthiasmiller
Date: 2008-03-01 11:04:30 -0800 (Sat, 01 Mar 2008)
Log Message:
-----------
fix Makefile for Windows
Modified Paths:
--------------
trunk/Makefile.SpiderMonkey
Modified: trunk/Makefile.SpiderMonkey
===================================================================
--- trunk/Makefile.SpiderMonkey 2008-03-01 18:45:07 UTC (rev 150)
+++ trunk/Makefile.SpiderMonkey 2008-03-01 19:04:30 UTC (rev 151)
@@ -53,7 +53,10 @@
$(COPY_LIB): $(BUILD_DIR) $(ORIG_LIB)
cp $(ORIG_LIB) $(COPY_LIB)
-$(COPY_DLL): $(BUILD_DIR) $(ORIG_LIB)
+$(DISTUTILS_DIR): $(DISTUTILS_DIR_MAKEFILE)
+ mkdir -p $(DISTUTILS_DIR)
+
+$(COPY_DLL): $(DISTUTILS_DIR) $(ORIG_LIB)
cp $(ORIG_DLL) $(COPY_DLL)
$(OS_HEADER): $(BUILD_DIR)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|