From: Ian Lance Taylor Date: Thu, 2 Sep 1993 16:36:36 +0000 (+0000) Subject: Only build nlmconv if configured for a NetWare target. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a6762b10698457baabcaca45e7d81988d126ff86;p=binutils-gdb.git Only build nlmconv if configured for a NetWare target. * configure.in: If we have some *-*-netware* target, or are using all targets, set BUILD_NLMCONV to $(NLMCONV_PROG) in Makefile. * Makefile.in (PROGS): Use $(BUILD_NLMCONV) rather than $(NLMCONV_PROG). --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 098332b13f0..b3e1e5827e6 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,11 @@ +Thu Sep 2 12:34:03 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + Only build nlmconv if configured for a NetWare target. + * configure.in: If we have some *-*-netware* target, or are using + all targets, set BUILD_NLMCONV to $(NLMCONV_PROG) in Makefile. + * Makefile.in (PROGS): Use $(BUILD_NLMCONV) rather than + $(NLMCONV_PROG). + Tue Aug 31 14:13:35 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) * objdump.c (ARCH_all): Define ARCH_hppa too. diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 8ef0fd728f9..209a95e2ffe 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -102,7 +102,7 @@ DEMANGLER_PROG=c++filt NLMCONV_PROG=nlmconv -PROGS = $(SIZE_PROG) $(OBJDUMP_PROG) $(NM_PROG) $(AR_PROG) $(STRINGS_PROG) $(STRIP_PROG) $(RANLIB_PROG) $(DEMANGLER_PROG) $(OBJCOPY_PROG) $(NLMCONV_PROG) +PROGS = $(SIZE_PROG) $(OBJDUMP_PROG) $(NM_PROG) $(AR_PROG) $(STRINGS_PROG) $(STRIP_PROG) $(RANLIB_PROG) $(DEMANGLER_PROG) $(OBJCOPY_PROG) $(BUILD_NLMCONV) STAGESTUFF = $(PROGS) *.o # Files that can be generated, but should be in the distribution. DISTSTUFF=arparse.c arlex.c