[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-commits] Commit Complete
Commit by : alex
Repository : xara
Revision : 1305
Date : Tue Jun 13 10:28:18 BST 2006
Changed paths:
M /Trunk/XaraLX/PreComp/Makefile.am
Don't clean wxXtra when rebuilding pch as wxXtra does not include the pch
Diff:
Index: Trunk/XaraLX/PreComp/Makefile.am
===================================================================
--- Trunk/XaraLX/PreComp/Makefile.am (revision 1304)
+++ Trunk/XaraLX/PreComp/Makefile.am (revision 1305)
@@ -14,7 +14,7 @@
if $(CXXCOMPILE) -x c++-header -MT $@ -MD -MP -MF "$(DEPDIR)/camtypes.h.Tpo" -c -o $@ $<; \
then mv -f "$(DEPDIR)/camtypes.h.Tpo" "$(DEPDIR)/camtypes.h.Po"; else rm -f "$(DEPDIR)/camtypes.h.Tpo"; exit 1; fi;
$(MAKE) -C ../Kernel clean
- $(MAKE) -C ../wxXtra clean
+# $(MAKE) -C ../wxXtra clean - no need to clean wxXtra as it does not depend on camtypes
$(MAKE) -C ../tools clean
$(MAKE) -C ../wxOil clean
Xara