On Sun, 23 May 1999, David O'Brien wrote: # > Index: Makefile # > =================================================================== # > RCS file: /home/ncvs/src/gnu/lib/libg2c/Makefile,v # .... # > +beforeinstall: # > + ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/g2c.h \ # > + ${DESTDIR}/usr/include # > + # # # $ brucify Makefile # Line 123: Continuation of rule should be indented 4 spaces, not 1 tab # character.
I pilfered the format from src/lib/libalias/Makefile, so it fails brucify(1) there as well. :) -steve To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message