[GRASS-SVN] r55251 - grass/branches/releasebranch_6_4/include/Make
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Feb 27 12:58:48 PST 2013
Author: hamish
Date: 2013-02-27 12:58:48 -0800 (Wed, 27 Feb 2013)
New Revision: 55251
Modified:
grass/branches/releasebranch_6_4/include/Make/Rules.make
Log:
$(INSTALL_SUBDIRS) never happened (#1887), backport from devbr6
Modified: grass/branches/releasebranch_6_4/include/Make/Rules.make
===================================================================
--- grass/branches/releasebranch_6_4/include/Make/Rules.make 2013-02-27 20:54:29 UTC (rev 55250)
+++ grass/branches/releasebranch_6_4/include/Make/Rules.make 2013-02-27 20:58:48 UTC (rev 55251)
@@ -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