From b27c9f65148e96c01cafe37490d054bdeded5f2a Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 21 Nov 2005 16:23:20 +0000 Subject: Remove TOPDIR, update copyright --- test/Rules.mak | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'test/Rules.mak') diff --git a/test/Rules.mak b/test/Rules.mak index 8f3167c71..dfd2d4f61 100644 --- a/test/Rules.mak +++ b/test/Rules.mak @@ -1,14 +1,17 @@ # Rules.mak for uClibc test subdirs # # Copyright (C) 2001 by Lineo, inc. +# Copyright (C) 2000-2005 Erik Andersen +# +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # # Note: This does not read the top level Rules.mak file # -TOPDIR = ../../ -TESTDIR=$(TOPDIR)test/ +top_builddir = ../../ +TESTDIR=$(top_builddir)test/ --include $(TOPDIR).config +-include $(top_builddir).config ifndef UCLIBC_LDSO UCLIBC_LDSO := ld-uClibc.so.0 @@ -51,7 +54,7 @@ CC = $(CROSS)gcc STRIPTOOL = strip RM = rm -f ifeq ($(LDSO_LDD_SUPPORT),y) -LDD = $(TOPDIR)utils/ldd +LDD = $(top_builddir)utils/ldd else LDD = @true endif @@ -99,5 +102,5 @@ ifneq ($(strip $(HAVE_SHARED)),y) LDFLAGS += -static GLIBC_LDFLAGS += -static else - LDFLAGS += -Wl,-dynamic-linker,$(TOPDIR)lib/$(UCLIBC_LDSO) + LDFLAGS += -Wl,-dynamic-linker,$(top_builddir)lib/$(UCLIBC_LDSO) endif -- cgit v1.2.3