about summary refs log tree commit diff
path: root/posix/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-03-20 07:27:17 +0000
committerUlrich Drepper <drepper@redhat.com>1998-03-20 07:27:17 +0000
commit9c1a1da9866c22c1626f2222cf5d03ef1b0ede3b (patch)
tree80b6809658be22c23971db93ab17f1beddaec4ca /posix/Makefile
parent838e5ffe9e0071859b635151729192dedbf104a7 (diff)
downloadglibc-9c1a1da9866c22c1626f2222cf5d03ef1b0ede3b.tar.gz
glibc-9c1a1da9866c22c1626f2222cf5d03ef1b0ede3b.tar.xz
glibc-9c1a1da9866c22c1626f2222cf5d03ef1b0ede3b.zip
Update.
1998-03-20 12:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* posix/Makefile: Fix typo in last change.

1998-03-20  Ulrich Drepper  <drepper@cygnus.com>

	* dirent/dirent.h (scandir): Make argument of select function const.
	* dirent/scandir.c (scandir): Likewise.
	Reported by David.Faure@insa-lyon.fr [PR libc/512].

1998-03-18  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/i386/i686/Implies: Add libm-i387/i686.
Diffstat (limited to 'posix/Makefile')
-rw-r--r--posix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile
index 7b00d48435..525df3cf86 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -64,7 +64,7 @@ before-compile	:= testcases.h
 include ../Rules
 
 ifeq (no,$(cross-compiling))
-.PHONY: do-globtest do-wordexp-tst
+.PHONY: do-globtest do-wordexp-test
 tests: do-globtest do-wordexp-test
 do-globtest: $(objpfx)globtest
 	$(SHELL) -e globtest.sh $(common-objpfx) $(elf-objpfx) \