Subject: more makefile bugs
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Roland McGrath <roland@frob.com>
List: current-users
Date: 01/22/1994 14:26:00
cd /usr/src/gnu/usr.bin/rcs/
diff -c /usr/src/gnu/usr.bin/rcs/Makefile.inc.\~1\~ /usr/src/gnu/usr.bin/rcs/Makefile.inc
*** /usr/src/gnu/usr.bin/rcs/Makefile.inc.~1~	Tue Dec 28 06:45:19 1993
--- /usr/src/gnu/usr.bin/rcs/Makefile.inc	Sat Jan 22 14:13:24 1994
***************
*** 1,4 ****
  #	$Id: Makefile.inc,v 1.3 1993/12/28 11:31:15 davidb Exp $
  
  LIBRCS!=cd $(.CURDIR)/../lib; \
! 	printf "xxx:\n\techo \$${.OBJDIR}/librcs.a\n" | make -r -s -f - xxx
--- 1,4 ----
  #	$Id: Makefile.inc,v 1.3 1993/12/28 11:31:15 davidb Exp $
  
  LIBRCS!=cd $(.CURDIR)/../lib; \
! 	printf "xxx:\n\techo \$${.OBJDIR}/librcs.a\n" | ${MAKE} -r -s -f - xxx

Diff exited abnormally with code 1 at Sat Jan 22 14:26:12

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