svn commit: r305573 - head/tools/tools/locale

Jung-uk Kim jkim at FreeBSD.org
Wed Sep 7 23:37:11 UTC 2016


Author: jkim
Date: Wed Sep  7 23:37:10 2016
New Revision: 305573
URL: https://svnweb.freebsd.org/changeset/base/305573

Log:
  Fix an obvious typo.

Modified:
  head/tools/tools/locale/Makefile

Modified: head/tools/tools/locale/Makefile
==============================================================================
--- head/tools/tools/locale/Makefile	Wed Sep  7 23:36:46 2016	(r305572)
+++ head/tools/tools/locale/Makefile	Wed Sep  7 23:37:10 2016	(r305573)
@@ -178,4 +178,4 @@ POSIX:
 .endif
 
 clean-POSIX:
-	rm -f {CLDRDIR}/posix/*
+	rm -f ${CLDRDIR}/posix/*


More information about the svn-src-all mailing list