Author: lulf
Date: Wed Mar  3 08:24:15 2010
New Revision: 204629
URL: http://svn.freebsd.org/changeset/base/204629

Log:
  - Remove unused include path.

Modified:
  head/usr.bin/csup/Makefile

Modified: head/usr.bin/csup/Makefile
==============================================================================
--- head/usr.bin/csup/Makefile  Wed Mar  3 08:23:19 2010        (r204628)
+++ head/usr.bin/csup/Makefile  Wed Mar  3 08:24:15 2010        (r204629)
@@ -29,7 +29,7 @@ SRCS= attrstack.c \
        token.l \
        updater.c
 
-CFLAGS+= -I. -I${.CURDIR}/../../contrib/csup
+CFLAGS+= -I.
 CFLAGS+= -DHAVE_FFLAGS -DNDEBUG
 WARNS?=        1
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to