Link temacs using $(CC) not $(LD).
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 20 Sep 2010 22:35:37 +0000 (01:35 +0300)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 20 Sep 2010 22:35:37 +0000 (01:35 +0300)
commitf5ea3ba7ccf9174cbb1c115cf185632cfe44f655
tree8f1268550b6d437a785f7aea69ae0317a3bc0178
parent984edd2215e74d54d387c7e8fa2fd14ee43ff5f0
Link temacs using $(CC) not $(LD).
* configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).

* src/Makefile.in (temacs): Link using $(CC) not $(LD).
(LD_FIRSTFLAG): Define using autoconf.
(LD): Remove.
configure
configure.in
src/Makefile.in