[GRASS-SVN] r42480 - grass/trunk/lib/python/ctypes
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jun 4 00:44:16 EDT 2010
Author: glynn
Date: 2010-06-04 00:44:15 -0400 (Fri, 04 Jun 2010)
New Revision: 42480
Modified:
grass/trunk/lib/python/ctypes/Makefile
Log:
Fix r42479
Modified: grass/trunk/lib/python/ctypes/Makefile
===================================================================
--- grass/trunk/lib/python/ctypes/Makefile 2010-06-04 04:43:38 UTC (rev 42479)
+++ grass/trunk/lib/python/ctypes/Makefile 2010-06-04 04:44:15 UTC (rev 42480)
@@ -91,7 +91,7 @@
$(INSTALL_DATA) $< $@
%.py: $(%_HDRS) $(%_LIBS)
- $(call run_grass,$(CTYPESGEN) $(CTYPESFLAGS) $($*_LIBS) $($*_FLAGS) $(EXTRA_LIBS) $(patsubst %.h,$(ARCH_INCDIR)/%.h,$($*_HDRS)) -o $@)
+ $(call run_grass,$(CTYPESGEN) $(CTYPESFLAGS) $($*_LIBS) $($*_INC) $(EXTRA_LIBS) $(patsubst %.h,$(ARCH_INCDIR)/%.h,$($*_HDRS)) -o $@)
$(PYDIR):
$(MKDIR) $@
More information about the grass-commit
mailing list