mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
Try to fix perl compilation for people whose perl has been compiled with
non-GCC but are trying to compile irssi with GCC. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2976 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d58e119a98
commit
ba52d084d6
2 changed files with 11 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ all-local:
|
|||
if [ ! -f Makefile ]; then \
|
||||
$(perlpath) Makefile.PL $(PERL_MM_PARAMS); \
|
||||
fi && \
|
||||
($(MAKE) || $(MAKE)) && \
|
||||
($(MAKE) CC=$(CC) || $(MAKE) CC=$(CC)) && \
|
||||
cd ..; \
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue