Author: adrian
Date: Fri Jan 21 02:56:59 2011
New Revision: 217681
URL: http://svn.freebsd.org/changeset/base/217681

Log:
  Remove an un-needed trailing / after OBJDIR.
  
  Nitpicked by: juli

Modified:
  head/tools/tools/ath/Makefile.inc

Modified: head/tools/tools/ath/Makefile.inc
==============================================================================
--- head/tools/tools/ath/Makefile.inc   Fri Jan 21 02:53:32 2011        
(r217680)
+++ head/tools/tools/ath/Makefile.inc   Fri Jan 21 02:56:59 2011        
(r217681)
@@ -11,4 +11,4 @@ CFLAGS+=-I${.CURDIR}/../common
 CFLAGS+=-I${.CURDIR}/../../../../sys
 CFLAGS+=-I${.CURDIR}/../../../../sys/dev/ath
 CFLAGS+=-I${.CURDIR}/../../../../sys/dev/ath/ath_hal
-CFLAGS+=-I${.OBJDIR}/
+CFLAGS+=-I${.OBJDIR}
_______________________________________________
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