Revision: 7276
http://svn.sourceforge.net/mahogany/?rev=7276&view=rev
Author: vadz
Date: 2007-06-05 16:34:17 -0700 (Tue, 05 Jun 2007)
Log Message:
-----------
fix the PCH file name
Modified Paths:
--------------
trunk/M/src/Makefile
Modified: trunk/M/src/Makefile
===================================================================
--- trunk/M/src/Makefile 2007-06-04 21:13:18 UTC (rev 7275)
+++ trunk/M/src/Makefile 2007-06-05 23:34:17 UTC (rev 7276)
@@ -68,7 +68,7 @@
endif
ifdef USE_PCH
-MPCH=../include/Mpch.gch
+MPCH=../include/Mpch.h.gch
MPCH_DEP=../include/Mpch.d
$(MOBJS): $(MPCH)
@@ -156,6 +156,9 @@
$(RM) core libM.so M $(CLEAN)
$(RM) $(MOBJS) $(MSOS)
$(RM) $(MOBJS:.o=.d) $(MSOS:.so=.d)
+ifdef USE_PCH
+ $(RM) $(MPCH) $(MPCH_DEP)
+endif
install: $(M_BUNDLE)
$(INSTALL_PROGRAM) $(INSTALL_OPTIONS) M $(BINDIR)
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