[GRASS-SVN] r51623 - grass/branches/develbranch_6/general/manage/cmd

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 15 07:34:48 EDT 2012


Author: hamish
Date: 2012-05-15 04:34:46 -0700 (Tue, 15 May 2012)
New Revision: 51623

Modified:
   grass/branches/develbranch_6/general/manage/cmd/Makefile
Log:
icc couldn't find header because it was in another directory

Modified: grass/branches/develbranch_6/general/manage/cmd/Makefile
===================================================================
--- grass/branches/develbranch_6/general/manage/cmd/Makefile	2012-05-14 14:37:56 UTC (rev 51622)
+++ grass/branches/develbranch_6/general/manage/cmd/Makefile	2012-05-15 11:34:46 UTC (rev 51623)
@@ -9,6 +9,8 @@
 LIST = $(OBJDIR)/init.o  
 DEPENDENCIES = $(GISDEP) $(VECTDEP) $(DBMIDEP) $(MANAGEDEP) $(G3DDEP)
 
+LOCAL_HEADERS = ../list.h
+
 EXTRA_INC = -I..
 
 COPY_MOD = $(BIN)/g.copy$(EXE)



More information about the grass-commit mailing list