[GRASS-SVN] r67029 - grass/trunk/lib/proj

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 7 01:26:29 PST 2015


Author: martinl
Date: 2015-12-07 01:26:29 -0800 (Mon, 07 Dec 2015)
New Revision: 67029

Modified:
   grass/trunk/lib/proj/Makefile
Log:
fix nad2bin logic

Modified: grass/trunk/lib/proj/Makefile
===================================================================
--- grass/trunk/lib/proj/Makefile	2015-12-07 08:36:44 UTC (rev 67028)
+++ grass/trunk/lib/proj/Makefile	2015-12-07 09:26:29 UTC (rev 67029)
@@ -41,7 +41,7 @@
 endif
 
 $(NAD_DSTFILES): $(NAD_DIR)/%: %.lla | $(NAD_DIR)
-	$(NAD2BIN) < $< $@
+	$(NAD2BIN) $@ < $< 
 
 $(NT_DSTFILES): $(NAD_DIR)/%: % | $(NAD_DIR)
 	$(INSTALL_DATA) $< $@



More information about the grass-commit mailing list