[erlang-bugs] Build fix for some architectures: x86_64 e.g. [resent]
Mikael Pettersson
mikpe@REDACTED
Thu Dec 13 10:53:30 CET 2007
Christian Faulhammer writes:
> Hi,
>
> I sent in this patch before but there was neither a reaction nor
> inclusion into 12B. So I resend it: This simple patch fixes
> compilation on x86_64 in Gentoo Linux and does no harm.
>
> V-Li
>
> --
> Christian Faulhammer, Gentoo Lisp project
> <URL:http://www.gentoo.org/proj/en/lisp/>, #gentoo-lisp on FreeNode
>
> <URL:http://www.faulhammer.org/>
> --- Makefile.in
> +++ Makefile.in
This is ambiguous. Please generate a standard patch
that applies with 'patch -p1'.
> @@ -85,7 +85,7 @@
> MAKE = @MAKE_PROG@
>
> # This should be set to the target "arch-vendor-os"
> -TARGET = @TARGET@
> +export TARGET = @TARGET@
>
> # A BSD compatible install program
> INSTALL = @INSTALL@
> _______________________________________________
> erlang-bugs mailing list
> erlang-bugs@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-bugs
More information about the erlang-bugs
mailing list