Date: Sun, 15 Jan 1995 18:51:31 +0100 (MET) From: Remy.Card@masi.ibp.fr (Remy CARD) To: hackers@FreeBSD.org Subject: Yet another bogus path in a Makefile Message-ID: <199501151751.SAA21932@ares.ibp.fr>
next in thread | raw e-mail | index | archive | help
Hi,
The Makefile in usr.sbin/xten incorrectly uses an absolute patch
to reference /usr/src/libexec/xtend. The enclosed patch fixes the problem.
Can someone please commit it?
Thanks
Remy
*** usr.sbin/xten/Makefile.orig Sun Jan 15 17:55:35 1995
--- usr.sbin/xten/Makefile Sun Jan 15 17:56:00 1995
***************
*** 2,8 ****
PROG= xten
SRCS= xten.c
! CFLAGS+=-I. -I/usr/src/libexec/xtend
MAN1= xten.1
--- 2,8 ----
PROG= xten
SRCS= xten.c
! CFLAGS+=-I. -I${.CURDIR}/../../libexec/xtend
MAN1= xten.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199501151751.SAA21932>
