mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
forgot to commit with previous perl changes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3008 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
e5d506e31e
commit
1c57816451
@ -139,9 +139,10 @@ all-local:
|
|||||||
for dir in $(perl_dirs); do \
|
for dir in $(perl_dirs); do \
|
||||||
cd $$dir && \
|
cd $$dir && \
|
||||||
if [ ! -f Makefile ]; then \
|
if [ ! -f Makefile ]; then \
|
||||||
$(perlpath) Makefile.PL $(PERL_MM_PARAMS); \
|
$(perlpath) Makefile.PL $(PERL_MM_PARAMS); \
|
||||||
fi && \
|
fi && \
|
||||||
($(MAKE) CC="$(CC)" CCFLAGS="$(PERL_CFLAGS) $(CFLAGS)" || $(MAKE) CC="$(CC)" CCFLAGS="$(PERL_CFLAGS) $(CFLAGS)") && \
|
($(MAKE) CC="$(CC)" CCFLAGS="$(PERL_CFLAGS) $(CFLAGS)" $(PERL_EXTRA_OPTS) || \
|
||||||
|
$(MAKE) CC="$(CC)" CCFLAGS="$(PERL_CFLAGS) $(CFLAGS)" $(PERL_EXTRA_OPTS)) && \
|
||||||
cd ..; \
|
cd ..; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user