[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [22169] branches/blender2.5/blender/ release/Makefile: * Fix makefiles once more, change tabs to spaces

Matt Ebb matt at mke3.net
Mon Aug 3 07:21:14 CEST 2009


Revision: 22169
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22169
Author:   broken
Date:     2009-08-03 07:21:13 +0200 (Mon, 03 Aug 2009)

Log Message:
-----------
* Fix makefiles once more, change tabs to spaces

Modified Paths:
--------------
    branches/blender2.5/blender/release/Makefile

Modified: branches/blender2.5/blender/release/Makefile
===================================================================
--- branches/blender2.5/blender/release/Makefile	2009-08-03 04:57:22 UTC (rev 22168)
+++ branches/blender2.5/blender/release/Makefile	2009-08-03 05:21:13 UTC (rev 22169)
@@ -167,11 +167,11 @@
 	@echo "----> Copy python UI files"
 	@[ ! -d ui ] || cp -r ui $(CONFDIR)/ui
 	
-	ifeq ($(OS),darwin)
+    ifeq ($(OS),darwin)
 	@echo "----> Copy python modules"
 	@mkdir $(CONFDIR)/python/
 	@unzip -q $(LCGDIR)/release/python.zip -d $(CONFDIR)/python/	
-	endif
+    endif
 
     ifeq ($(OS),darwin)
 	@echo "----> Move .blender to .app/Contents/MacOS/"





More information about the Bf-blender-cvs mailing list