From 9c1a1da9866c22c1626f2222cf5d03ef1b0ede3b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 20 Mar 1998 07:27:17 +0000 Subject: Update. 1998-03-20 12:14 Andreas Schwab * posix/Makefile: Fix typo in last change. 1998-03-20 Ulrich Drepper * 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 * sysdeps/i386/i686/Implies: Add libm-i387/i686. --- posix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posix/Makefile') 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) \ -- cgit 1.4.1