From 3f36c56313e3694e079494690adf610f484d59b8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 23 Jul 2000 01:23:29 +0000 Subject: Update. 2000-07-22 Ulrich Drepper * grp/Makefile: Change Makefiles and tests to run only when necessary. * malloc/Makefile: Likewise. * malloc/tst-mtrace.sh: Likewise. * posix/Makefile: Likewise. * posix/globtest.sh: Likewise. * posix/wordexp-tst.sh: Likewise. * string/Makefile: Likewise. --- grp/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'grp') diff --git a/grp/Makefile b/grp/Makefile index c4274ed..286e443 100644 --- a/grp/Makefile +++ b/grp/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991, 1992, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. +# Copyright (C) 1991, 92, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -55,9 +55,8 @@ endif ifeq (no,$(cross-compiling)) # tst_fgetgrent currently only works with shared libraries ifeq (yes,$(build-shared)) -.PHONY: do-tst-fgetgrent -tests: do-tst-fgetgrent -do-tst-fgetgrent: $(objpfx)tst_fgetgrent +tests: $(objpfx)tst_fgetgrent.out +$(objpfx)tst_fgetgrent.out: tst_fgetgrent.sh $(objpfx)tst_fgetgrent $(SHELL) -e tst_fgetgrent.sh $(common-objpfx) $(elf-objpfx) \ $(rtld-installed-name) -- cgit v1.1