[GRASS-SVN] r55249 - grass/branches/develbranch_6/include/Make
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Feb 27 12:53:06 PST 2013
Author: hamish
Date: 2013-02-27 12:53:06 -0800 (Wed, 27 Feb 2013)
New Revision: 55249
Modified:
grass/branches/develbranch_6/include/Make/Rules.make
Log:
$(INSTALL_SUBDIRS) never happened (#1887)
Modified: grass/branches/develbranch_6/include/Make/Rules.make
===================================================================
--- grass/branches/develbranch_6/include/Make/Rules.make 2013-02-27 20:48:39 UTC (rev 55248)
+++ grass/branches/develbranch_6/include/Make/Rules.make 2013-02-27 20:53:06 UTC (rev 55249)
@@ -94,14 +94,6 @@
done ; \
fi
-# default install rules
-install:
- -if [ "$(INSTALL_SUBDIRS)" != "" ] ; then \
- for dir in $(INSTALL_SUBDIRS) ; do \
- $(MAKE) -C $$dir install ; \
- done ; \
- fi
-
# HTML page rules:
include $(MODULE_TOPDIR)/include/Make/Html.make
More information about the grass-commit
mailing list