Преглед изворни кода

Forgot to add the gis directory in the Makefile

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54373 15284696-431f-4ddb-bdfa-cd5b030d7da7
Pietro Zambelli пре 12 година
родитељ
комит
a325e08f2e
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      lib/python/pygrass/Makefile

+ 1 - 0
lib/python/pygrass/Makefile

@@ -19,6 +19,7 @@ default: $(PYFILES) $(PYCFILES) $(GDIR)/__init__.py $(GDIR)/__init__.pyc
 	-$(MAKE) -C modules || echo $(CURDIR)/modules >> $(ERRORLOG)
 	-$(MAKE) -C raster || echo $(CURDIR)/raster >> $(ERRORLOG)
 	-$(MAKE) -C vector || echo $(CURDIR)/vector >> $(ERRORLOG)
+	-$(MAKE) -C gis || echo $(CURDIR)/gis >> $(ERRORLOG)
 	-$(MAKE) -C tests || echo $(CURDIR)/tests >> $(ERRORLOG)
 
 $(PYDIR):