From 9a3b67acda17a9af2e8bd2a280f0fc385c683fe7 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Fri, 30 Dec 2005 08:41:47 +0000 Subject: [PATCH] use , so, it can be disabled git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8132 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWIG/Examples/Makefile.in b/SWIG/Examples/Makefile.in index 228da3498..d1bf42e7d 100644 --- a/SWIG/Examples/Makefile.in +++ b/SWIG/Examples/Makefile.in @@ -216,7 +216,7 @@ perl5_clean: ################################################################## # Make sure these locate your Python installation -PYTHON_INCLUDE= -DHAVE_CONFIG_H @PYINCLUDE@ +PYTHON_INCLUDE= $(DEFS) @PYINCLUDE@ PYTHON_LIB = @PYLIB@ # Extra Python specific dynamic linking options