[GRASS-SVN] r48402 - grass/trunk/lib/temporal

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Sep 21 17:45:31 EDT 2011


Author: huhabla
Date: 2011-09-21 14:45:31 -0700 (Wed, 21 Sep 2011)
New Revision: 48402

Modified:
   grass/trunk/lib/temporal/Makefile
Log:
Fixed missing sql directory creation. 


Modified: grass/trunk/lib/temporal/Makefile
===================================================================
--- grass/trunk/lib/temporal/Makefile	2011-09-21 21:11:30 UTC (rev 48401)
+++ grass/trunk/lib/temporal/Makefile	2011-09-21 21:45:31 UTC (rev 48402)
@@ -10,5 +10,8 @@
 
 default: $(DSTFILES)
 
+$(SQLDIR):  
+	$(MKDIR) $@
+
 $(SQLDIR)/%.sql: %.sql | $(SQLDIR)
 	$(INSTALL_DATA) $< $@



More information about the grass-commit mailing list