From owner-freebsd-current Tue Sep 15 09:58:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA15111 for freebsd-current-outgoing; Tue, 15 Sep 1998 09:58:58 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from marcos.networkcs.com (marcos.networkcs.com [137.66.16.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA15101 for ; Tue, 15 Sep 1998 09:58:52 -0700 (PDT) (envelope-from mks@us.networkcs.com) Received: from us.networkcs.com (us.networkcs.com [137.66.11.15]) by marcos.networkcs.com (8.9.0.Beta5/8.9.0.Beta5) with ESMTP id LAA09358; Tue, 15 Sep 1998 11:58:34 -0500 (CDT) Received: (from mks@localhost) by us.networkcs.com (8.8.7/8.8.7) id LAA22314; Tue, 15 Sep 1998 11:58:32 -0500 (CDT) From: Mike Spengler Message-Id: <199809151658.LAA22314@us.networkcs.com> Subject: Re: make buildworld fails in sbin/atm/atm In-Reply-To: <19980915180934.G5662@caerdonn.eurocontrol.fr> from Ollivier Robert at "Sep 15, 98 06:09:34 pm" To: roberto@eurocontrol.fr (Ollivier Robert) Date: Tue, 15 Sep 1998 11:58:32 -0500 (CDT) Cc: freebsd-current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ollivier Robert said: > Why the value of CFLAGS in sbin/atm/atm/Makefile isn't taken into account > for "make depend" ? *puzzled* > > ===> sbin/atm/atm > rm -f .depend > mkdep -f .depend -a -I -I/usr/obj/elf/src/src/tmp/usr/include /src/src/sbin/atm/atm/atm.c /src/src/sbin/atm/atm/atm_fore200.c /src/src/sbin/atm/atm/atm_eni.c /src/src/sbin/atm/atm/atm_inet.c /src/src/sbin/atm/atm/atm_print.c /src/src/sbin/atm/atm/atm_set.c /src/src/sbin/atm/atm/atm_show.c /src/src/sbin/atm/atm/atm_subr.c > /src/src/sbin/atm/atm/atm.c:53: netatm/port.h: No such file or directory > /src/src/sbin/atm/atm/atm.c:54: netatm/atm.h: No such file or directory > > atm/atm/Makefile: > -=-=-=- > CFLAGS+= -I ${.CURDIR}/../../../sys > LDADD+= -latm > -=-=-=- > -- There is a space after the -I that 'make depend' doesn't grok. Delete it and it should proceed. -- Mike Spengler Network Computing Services, Inc. Email: mks@networkcs.com 1200 Washington Ave. So. Phone: +1 612 337 3557 Minneapolis MN 55415 FAX: +1 612 337 3400 (aka Minnesota Supercomputer Center) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message