Author: bapt
Date: Thu Oct  9 12:20:00 2014
New Revision: 272815
URL: https://svnweb.freebsd.org/changeset/base/272815

Log:
  Fix typo

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1  Thu Oct  9 10:47:14 2014        (r272814)
+++ head/Makefile.inc1  Thu Oct  9 12:20:00 2014        (r272815)
@@ -326,7 +326,7 @@ X${BINUTIL}?=       ${${BINUTIL}}
 WMAKEENV+=     CC="${XCC} ${XFLAGS}" CXX="${XCXX} ${XFLAGS}" \
                CPP="${XCPP} ${XFLAGS}" \
                AS="${XAS}" AR="${XAR}" LD="${XLD}" NM=${XNM} \
-               OBJDUMP=${XOBJDUMP} OBJCOPY="${OBJCOPY}" \
+               OBJDUMP=${XOBJDUMP} OBJCOPY="${XOBJCOPY}" \
                RANLIB=${XRANLIB} STRINGS=${XSTRINGS}
 
 .if ${XCC:M/*}
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to