diff options
author | imp <imp@FreeBSD.org> | 2014-07-08 02:11:48 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2014-07-08 02:11:48 +0000 |
commit | 7834150c01af0dc0efcea3d81a8ee1ae5255f833 (patch) | |
tree | ea0fee72f5d46270e2d4a36c8ce5a0b67930f04d | |
parent | a531bc93cd881c5f998304321daea590b9bf9b26 (diff) | |
download | FreeBSD-src-7834150c01af0dc0efcea3d81a8ee1ae5255f833.zip FreeBSD-src-7834150c01af0dc0efcea3d81a8ee1ae5255f833.tar.gz |
Typo means that this couldn't have possibly fixed anything, so revert
r268377.
-rw-r--r-- | Makefile.inc1 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 90bd273..9ba5c8c 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1497,7 +1497,6 @@ _prebuild_libs= ${_kerberos5_lib_libasn1} \ .if ${MK_GNUCXX} != "no" && ${MK_CXX} != "no" _prebuild_libs+= gnu/lib/libstdc++ gnu/lib/libsupc++ gnu/lib/libstdc++__L: lib/msun__L -gnu/lib/libsubc++__L: gnu/lib/libstdc++__L .endif .if defined(WITH_ATF) || ${MK_TESTS} != "no" |