diff -C 2 -r -N /tmp/libc-5.4.46/libc/elf/Makefile libc-5.4.46/libc/elf/Makefile
*** /tmp/libc-5.4.46/libc/elf/Makefile	Thu Dec 31 00:26:04 1998
--- libc-5.4.46/libc/elf/Makefile	Thu Dec 31 00:45:47 1998
***************
*** 120,124 ****
  	   case $$l in \
  	   libc|libm) \
! 	     ln -sf $$so_dir/$$flib $$l.so; \
  	     ;; \
  	   libncurses) \
--- 120,124 ----
  	   case $$l in \
  	   libc|libm) \
! 	     ln -sf ../../lib/$$flib $$l.so; \
  	     ;; \
  	   libncurses) \
***************
*** 176,180 ****
  	   libc|libm) \
  	     $(RM) -f $$l.so; \
! 	     ln -s $$so_dir/$$flib $$l.so; \
  	     ;; \
  	   libncurses) \
--- 176,180 ----
  	   libc|libm) \
  	     $(RM) -f $$l.so; \
! 	     ln -s ../../lib/$$flib $$l.so; \
  	     ;; \
  	   libncurses) \
