[Gd-chatter] r11625 - trunk/fundev/sources/lib/run-time/pentium-win32
hannes at gwydiondylan.org
hannes at gwydiondylan.org
Tue Jan 15 23:31:16 CET 2008
Author: hannes
Date: Tue Jan 15 23:31:15 2008
New Revision: 11625
Modified:
trunk/fundev/sources/lib/run-time/pentium-win32/makefile
Log:
Job: minor
fix mps dependency in makefile
Modified: trunk/fundev/sources/lib/run-time/pentium-win32/makefile
==============================================================================
--- trunk/fundev/sources/lib/run-time/pentium-win32/makefile (original)
+++ trunk/fundev/sources/lib/run-time/pentium-win32/makefile Tue Jan 15 23:31:15 2008
@@ -151,6 +151,10 @@
copy $(BUFFLIBFILE) $(RUNTIMELIBDEST)
+install-plinth: $(RELEASEPLINTH)
+ if exist $(PLINTHDEST) del /q /f $(PLINTHDEST)
+ copy $(RELEASEPLINTH) $(PLINTHDEST)
+
install-dylan-plinth: $(DYLANPLINTH)
if exist $(PLINTHDEST) del /q /f $(PLINTHDEST)
copy $(DYLANPLINTH) $(PLINTHDEST)
@@ -163,7 +167,6 @@
if exist $(PLINTHDEST) del /q /f $(PLINTHDEST)
copy $(DEBUGPLINTH) $(PLINTHDEST)
-install-plinth: install-dylan-plinth
@@ -176,7 +179,7 @@
!endif
-install-mmdw:
+install-mmdw: $(RELEASEMMDW)
if exist $(MMDWDEST) del /q /f $(MMDWDEST)
copy $(RELEASEMMDW) $(MMDWDEST)
More information about the chatter
mailing list