Project

General

Profile

libprelude_bindings_makefile.patch

Pierre Chifflier, 10/07/2007 09:50 PM

Download (846 Bytes)

View differences:

bindings/Makefile.am (révision 9971)
24 24
# Workaround invalid Makefile generated by MakeMaker when UTF-8 is enabled.
25 25
#
26 26
perl-makefile:
27
	cd perl && LANG="" DESTDIR=$(DESTDIR) LIBDIR=$(libdir) $(PERL) Makefile.PL @PERL_EXTRA_PARAMS@
27
	cd perl && LANG="" DESTDIR=$(DESTDIR) LIBDIR=$(libdir) $(PERL) Makefile.PL @PERL_EXTRA_PARAMS@ cc="$(CC)"
28 28
else
29 29
perl-makefile:
30 30
endif
......
49 49
	cd perl && $(MAKE) LD_RUN_PATH=""
50 50

  
51 51
python-build: python/_prelude.c
52
	cd python && $(PYTHON) setup.py build
52
	cd python && CC="$(CC)" $(PYTHON) setup.py build
53 53

  
54 54

  
55 55

  
......
72 72
endif
73 73

  
74 74

  
75
clean-am:
75
clean-local:
76 76
if HAVE_PERL
77 77
	cd perl && if test -f Makefile; then $(MAKE) clean; fi
78 78
endif