diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-23 01:23:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-23 01:23:29 +0000 |
commit | 3f36c56313e3694e079494690adf610f484d59b8 (patch) | |
tree | acf127476de69e235ca00662c4dab486bba18040 /grp | |
parent | 5df3a3730011a367c5c8a65c3c9c7e986a0f7a87 (diff) | |
download | glibc-3f36c56313e3694e079494690adf610f484d59b8.tar.gz glibc-3f36c56313e3694e079494690adf610f484d59b8.tar.xz glibc-3f36c56313e3694e079494690adf610f484d59b8.zip |
Update.
2000-07-22 Ulrich Drepper <drepper@redhat.com> * 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.
Diffstat (limited to 'grp')
-rw-r--r-- | grp/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/grp/Makefile b/grp/Makefile index c4274ed531..286e443911 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) |