From owner-freebsd-current Thu Dec 25 03:21:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA07032 for current-outgoing; Thu, 25 Dec 1997 03:21:12 -0800 (PST) (envelope-from owner-freebsd-current) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA07016 for ; Thu, 25 Dec 1997 03:21:01 -0800 (PST) (envelope-from j@uriah.heep.sax.de) Received: (from uucp@localhost) by sax.sax.de (8.8.8/8.8.8) with UUCP id MAA22810 for freebsd-current@freebsd.org; Thu, 25 Dec 1997 12:20:59 +0100 (CET) (envelope-from j@uriah.heep.sax.de) Received: (from j@localhost) by uriah.heep.sax.de (8.8.8/8.8.5) id MAA21447; Thu, 25 Dec 1997 12:16:50 +0100 (MET) Date: Thu, 25 Dec 1997 12:16:50 +0100 (MET) Message-Id: <199712251116.MAA21447@uriah.heep.sax.de> Mime-Version: 1.0 X-Newsreader: knews 0.9.8 Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Organization: Private BSD site, Dresden X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E References: From: j@uriah.heep.sax.de (J Wunsch) Subject: Re: aic question X-Original-Newsgroups: local.freebsd.current To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Simon Shapiro wrote: > From kernel make as of tonight: > mv y.tab.c aicasm_gram.c > cc -O -pipe -I. -c aicasm_gram.c > lex -t ../../dev/aic7xxx/aicasm_scan.l > aicasm_scan.c > cc -O -pipe -I. -c aicasm_scan.c > cc -O -pipe -I. -c ../../dev/aic7xxx/aicasm.c > cc -O -pipe -I. -c ../../dev/aic7xxx/aicasm_symbol.c > ../../dev/aic7xxx/aicasm_symbol.c: In function `symbol_delete': > ../../dev/aic7xxx/aicasm_symbol.c:75: warning: passing arg 2 from > incompatible pointer type Chicken-and-egg problem. aicasm is used to create some .c and/or .h files, thus it is built and run before `makedepend'. IIRC, removing the old .depend file is doing the trick. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)