[GRASS-CVS] markus: grass6/lib/gis Makefile,1.51,1.51.2.1

grass at intevation.de grass at intevation.de
Sun Nov 18 15:04:09 EST 2007


Author: markus

Update of /grassrepository/grass6/lib/gis
In directory doto:/tmp/cvs-serv23484

Modified Files:
      Tag: releasebranch_6_3
	Makefile 
Log Message:
Make etc/colors directory an order-only dependency (merge from HEAD)

Index: Makefile
===================================================================
RCS file: /grassrepository/grass6/lib/gis/Makefile,v
retrieving revision 1.51
retrieving revision 1.51.2.1
diff -u -d -r1.51 -r1.51.2.1
--- Makefile	23 Oct 2007 11:37:49 -0000	1.51
+++ Makefile	18 Nov 2007 20:04:06 -0000	1.51.2.1
@@ -26,7 +26,11 @@
 $(ETC)/colors:
 	$(MKDIR) $@
 
+ifneq ($(BROKEN_MAKE),)
 $(ETC)/colors/%: colors/% $(ETC)/colors
+else
+$(ETC)/colors/%: colors/% | $(ETC)/colors
+endif
 	$(INSTALL_DATA) $< $@
 
 $(ETC)/%: %




More information about the grass-commit mailing list