Subject: cc1 Makefile bugs
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Roland McGrath <roland@frob.com>
List: current-users
Date: 01/21/1994 23:01:00
cd /usr/src/gnu/usr.bin/gcc2/
diff -c /usr/src/gnu/usr.bin/gcc2/Makefile.cc1.\~1\~ /usr/src/gnu/usr.bin/gcc2/Makefile.cc1
*** /usr/src/gnu/usr.bin/gcc2/Makefile.cc1.~1~	Tue Dec 28 06:32:39 1993
--- /usr/src/gnu/usr.bin/gcc2/Makefile.cc1	Fri Jan 21 22:59:53 1994
***************
*** 9,15 ****
  YFLAGS=
  
  LIBCC1!= cd $(.CURDIR)/../common; \
! 	printf "xxx:\n\techo \$${.OBJDIR}/libcc1.a\n" | make -r -s -f - xxx
  
  LDADD+=${LIBCC1} -lgnumalloc
  DPADD+= /usr/lib/libgnumalloc.a
--- 9,15 ----
  YFLAGS=
  
  LIBCC1!= cd $(.CURDIR)/../common; \
! 	printf "xxx:\n\techo \$${.OBJDIR}/libcc1.a\n" | ${MAKE} -r -s -f - xxx
  
  LDADD+=${LIBCC1} -lgnumalloc
  DPADD+= /usr/lib/libgnumalloc.a

Diff exited abnormally with code 1 at Fri Jan 21 23:01:38

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