Subject: gdb makefile bug
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Roland McGrath <roland@frob.com>
List: current-users
Date: 02/03/1994 05:43:00
cd /usr/src/gnu/usr.bin/gdb/gdb/
diff -c /usr/src/gnu/usr.bin/gdb/gdb/Makefile.\~1\~ /usr/src/gnu/usr.bin/gdb/gdb/Makefile
*** /usr/src/gnu/usr.bin/gdb/gdb/Makefile.~1~	Wed Feb  2 06:06:27 1994
--- /usr/src/gnu/usr.bin/gdb/gdb/Makefile	Thu Feb  3 05:43:19 1994
***************
*** 3,15 ****
  # Paths to libraries
  #
  LIBBFD!=cd $(.CURDIR)/../bfd; \
! 	printf "xxx:\n\techo \$${.OBJDIR}/libbfd.a\n" | make -r -s -f - xxx
  
  LIBREADLINE!=cd $(.CURDIR)/../readline; \
! 	printf "xxx:\n\techo \$${.OBJDIR}/libreadline.a\n" | make -r -s -f - xxx
  
  LIBIBERTY!=cd $(.CURDIR)/../libiberty; \
! 	printf "xxx:\n\techo \$${.OBJDIR}/libiberty.a\n" | make -r -s -f - xxx
  
  
  PROG=		gdb
--- 3,15 ----
  # Paths to libraries
  #
  LIBBFD!=cd $(.CURDIR)/../bfd; \
! 	printf "xxx:\n\techo \$${.OBJDIR}/libbfd.a\n" | ${MAKE} -r -s -f - xxx
  
  LIBREADLINE!=cd $(.CURDIR)/../readline; \
! 	printf "xxx:\n\techo \$${.OBJDIR}/libreadline.a\n" | ${MAKE} -r -s -f - xxx
  
  LIBIBERTY!=cd $(.CURDIR)/../libiberty; \
! 	printf "xxx:\n\techo \$${.OBJDIR}/libiberty.a\n" | ${MAKE} -r -s -f - xxx
  
  
  PROG=		gdb

Diff exited abnormally with code 1 at Thu Feb  3 05:43:23

------------------------------------------------------------------------------