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
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to