From 7c9e17390bc334cf474039af3321c90f3fa4325b Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 24 Apr 1998 22:12:15 +0000 Subject: * configure: Regenerated to track ../common/aclocal.m4 changes. * config.in: Ditto. * acconfig.h: Removed. * configure.in: Call CY_GNU_GETTEXT. * Makefile.in (INTLLIBS): New macro. (INTLDEPS): Likewise. ($(RUN_PROG)): Depend on INTLDEPS; link against INTLLIBS. (top_builddir): New macro. --- sim/w65/Makefile.in | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'sim/w65/Makefile.in') diff --git a/sim/w65/Makefile.in b/sim/w65/Makefile.in index 277543a..8943bd5 100755 --- a/sim/w65/Makefile.in +++ b/sim/w65/Makefile.in @@ -1,5 +1,5 @@ # Makefile for GNU binary-file utilities -# Copyright (C) 1992, 93, 94, 95, 96, 1997 Free Software Foundation, Inc. +# Copyright (C) 1992, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc. # This file is part of GNU binutils. @@ -44,6 +44,9 @@ man9dir = $(mandir)/man9 infodir = @infodir@ includedir = @includedir@ +# This can be referenced by the gettext configuration code. +top_builddir = .. + SHELL = /bin/sh INSTALL = @INSTALL@ @@ -100,6 +103,9 @@ LIBIBERTY = ../../libiberty/libiberty.a BFD = ../../bfd/libbfd.a +INTLLIBS = @INTLLIBS@ +INTLDEPS = @INTLDEPS@ + RUNTEST = runtest RUNTESTFLAGS = FLAGS_TO_PASS = \ @@ -114,8 +120,8 @@ FLAGS_TO_PASS = \ all: $(LIBS) $(PROGS) -$(RUN_PROG): $(LIBS) run.o $(BFD) - $(CC) $(CFLAGS) $(LDFLAGS) -o $(RUN_PROG) run.o $(SIM_LIB) $(BFD) $(LIBIBERTY) +$(RUN_PROG): $(LIBS) run.o $(BFD) $(INTLDEPS) + $(CC) $(CFLAGS) $(LDFLAGS) -o $(RUN_PROG) run.o $(SIM_LIB) $(BFD) $(INTLLIBS) $(LIBIBERTY) $(SIM_LIB): case.o interp.o rm -f $(SIM_LIB) -- cgit v1.1