[GRASS-SVN] r42311 - grass/trunk/lib/python/ctypes

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 18 19:01:32 EDT 2010


Author: glynn
Date: 2010-05-18 19:01:30 -0400 (Tue, 18 May 2010)
New Revision: 42311

Modified:
   grass/trunk/lib/python/ctypes/Makefile
Log:
Ensure libraries can be found when running $(CTYPESGEN)


Modified: grass/trunk/lib/python/ctypes/Makefile
===================================================================
--- grass/trunk/lib/python/ctypes/Makefile	2010-05-18 21:52:17 UTC (rev 42310)
+++ grass/trunk/lib/python/ctypes/Makefile	2010-05-18 23:01:30 UTC (rev 42311)
@@ -84,7 +84,7 @@
 #	$(INSTALL_DATA) $< $@
 
 %.py: $(%_INC) $(%_LIBS)
-	$(CTYPESGEN) $(CTYPESFLAGS) $($*_LIBS) $(EXTRA_LIBS) $(patsubst %.h,$(ARCH_INCDIR)/%.h,$($*_INC)) -o $@
+	$(call run_grass,$(CTYPESGEN) $(CTYPESFLAGS) $($*_LIBS) $(EXTRA_LIBS) $(patsubst %.h,$(ARCH_INCDIR)/%.h,$($*_INC)) -o $@)
 
 $(DSTDIR)/ctypesheader.py: ctypesheader.py | $(DSTDIR)
 	$(INSTALL_DATA) $< $@



More information about the grass-commit mailing list