]> granicus.if.org Git - nethack/commit
Unify usage of $(CC) vs. $(LD) for linking to always $(LINK), set
authorwarwick <warwick>
Wed, 28 May 2003 05:36:57 +0000 (05:36 +0000)
committerwarwick <warwick>
Wed, 28 May 2003 05:36:57 +0000 (05:36 +0000)
commit47bbe260735c98a387d80e3d92d4ea475a1e0fd6
treee7ec6ab5e865ff52383d603a64c3fa32b7c5345a
parentad243c02863d5f2f631bae4104f8f5822accfa83
Unify usage of $(CC) vs. $(LD) for linking to always $(LINK), set
to $(CC) by default.
Necessary for C++ builds where the C++ compiler driver must be used
to link, adding libraries that the C compiler driver does not know
about.
sys/unix/Makefile.src