Revision: 7277
          http://svn.sourceforge.net/mahogany/?rev=7277&view=rev
Author:   vadz
Date:     2007-06-05 16:39:35 -0700 (Tue, 05 Jun 2007)

Log Message:
-----------
shared objects should depend on the PCH (when using it) too, otherwise we have 
a problem with parallel make

Modified Paths:
--------------
    trunk/M/src/Makefile

Modified: trunk/M/src/Makefile
===================================================================
--- trunk/M/src/Makefile        2007-06-05 23:34:17 UTC (rev 7276)
+++ trunk/M/src/Makefile        2007-06-05 23:39:35 UTC (rev 7277)
@@ -71,7 +71,7 @@
 MPCH=../include/Mpch.h.gch
 MPCH_DEP=../include/Mpch.d
 
-$(MOBJS): $(MPCH)
+$(MOBJS) $(MSOS): $(MPCH)
 
 $(MPCH): .src/../include/Mpch.h
        $(CXX) $(CPPFLAGS) $(CXXFLAGS) -MMD -MF $(MPCH_DEP) -o $@ $<


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to