Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 3 Jul 2000 23:41:50 +0000 (23:41 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 3 Jul 2000 23:41:50 +0000 (23:41 +0000)
2000-07-03  Andreas Jaeger  <aj@suse.de>

* dlfcn/Makefile (generated): New.

ChangeLog
dlfcn/Makefile
stdio-common/tst-unbputc.sh

index 8c7684a..7c44aea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-07-03  Andreas Jaeger  <aj@suse.de>
+
+       * dlfcn/Makefile (generated): New.
+
 2000-07-03  Ulrich Drepper  <drepper@redhat.com>
 
        * libio/genops.c (__overflow): Use _IO_fwide to orient the stream.
index 1f17104..3989720 100644 (file)
@@ -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
 
index 929afd3..efc0777 100755 (executable)
@@ -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