Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Sep 1998 11:58:32 -0500 (CDT)
From:      Mike Spengler <mks@networkcs.com>
To:        roberto@eurocontrol.fr (Ollivier Robert)
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: make buildworld fails in sbin/atm/atm
Message-ID:  <199809151658.LAA22314@us.networkcs.com>
In-Reply-To: <19980915180934.G5662@caerdonn.eurocontrol.fr> from Ollivier Robert at "Sep 15, 98 06:09:34 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809151658.LAA22314>