[GRASS-SVN] r58947 - grass/branches/develbranch_6/macosx

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Feb 7 16:35:02 PST 2014


Author: kyngchaos
Date: 2014-02-07 16:35:02 -0800 (Fri, 07 Feb 2014)
New Revision: 58947

Modified:
   grass/branches/develbranch_6/macosx/Makefile
Log:
deleted too much in r58717

Modified: grass/branches/develbranch_6/macosx/Makefile
===================================================================
--- grass/branches/develbranch_6/macosx/Makefile	2014-02-07 23:23:15 UTC (rev 58946)
+++ grass/branches/develbranch_6/macosx/Makefile	2014-02-08 00:35:02 UTC (rev 58947)
@@ -26,6 +26,11 @@
 PKG_INST_DIR = ${prefix}
 endif
 
+SUBDIRS =
+ifeq ($(MACOSX_APP),1)
+SUBDIRS = app
+endif
+
 FILES = AUTHORS COPYING CHANGES REQUIREMENTS.html GPL.TXT
 
 include $(MODULE_TOPDIR)/include/Make/Dir.make



More information about the grass-commit mailing list