svn commit: r204639 - head/usr.bin/csup

Ulf Lilleengen lulf at FreeBSD.org
Wed Mar 3 16:45:59 UTC 2010


Author: lulf
Date: Wed Mar  3 16:45:58 2010
New Revision: 204639
URL: http://svn.freebsd.org/changeset/base/204639

Log:
  - Include CURDIR in case the makefile is not run from the same directory.

Modified:
  head/usr.bin/csup/Makefile

Modified: head/usr.bin/csup/Makefile
==============================================================================
--- head/usr.bin/csup/Makefile	Wed Mar  3 16:18:04 2010	(r204638)
+++ head/usr.bin/csup/Makefile	Wed Mar  3 16:45:58 2010	(r204639)
@@ -29,7 +29,7 @@ SRCS=	attrstack.c \
 	token.l \
 	updater.c
 
-CFLAGS+= -I.
+CFLAGS+= -I. -I${.CURDIR}
 CFLAGS+= -DHAVE_FFLAGS -DNDEBUG
 WARNS?=	1
 


More information about the svn-src-head mailing list