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).
This commit is contained in:
parent
1849d6464f
commit
a6762b1069
2 changed files with 9 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue