From 68eefde7b626b57d5fde40980084feda77c89801 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 3 Jul 2000 23:41:50 +0000 Subject: Update. 2000-07-03 Andreas Jaeger * dlfcn/Makefile (generated): New. --- ChangeLog | 4 ++++ dlfcn/Makefile | 1 + stdio-common/tst-unbputc.sh | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8c7684a4ae..7c44aeaab3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-07-03 Andreas Jaeger + + * dlfcn/Makefile (generated): New. + 2000-07-03 Ulrich Drepper * libio/genops.c (__overflow): Use _IO_fwide to orient the stream. diff --git a/dlfcn/Makefile b/dlfcn/Makefile index 1f171040d2..398972015a 100644 --- a/dlfcn/Makefile +++ b/dlfcn/Makefile @@ -37,6 +37,7 @@ tests = glrefmain failtest endif modules-names = glreflib1 glreflib2 failtestmod extra-objs += $(modules-names:=.os) eval.os +generated := $(modules-names:=.so) include ../Rules diff --git a/stdio-common/tst-unbputc.sh b/stdio-common/tst-unbputc.sh index 929afd357c..efc07778e3 100755 --- a/stdio-common/tst-unbputc.sh +++ b/stdio-common/tst-unbputc.sh @@ -26,6 +26,6 @@ ${common_objpfx}elf/ld.so --library-path $common_objpfx \ ${common_objpfx}stdio-common/tst-unbputc \ 2> ${common_objpfx}stdio-common/tst-unbputc.out || status=1 -(echo 12 | cmp ${common_objpfx}stdio-common/tst-unbputc.out -) || status=1 +(echo -n 12 | cmp ${common_objpfx}stdio-common/tst-unbputc.out -) || status=1 exit $status -- cgit v1.2.3-70-g09d2