diff options
Diffstat (limited to 'src/libutil/Makefile.new')
-rw-r--r-- | src/libutil/Makefile.new | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/Makefile.new b/src/libutil/Makefile.new index b7dbf7d1d21e..59670d2ce0b0 100644 --- a/src/libutil/Makefile.new +++ b/src/libutil/Makefile.new @@ -10,4 +10,4 @@ else libutil_SOURCES += md5.c sha1.c sha256.c endif -libutil_LIBS = src/boost/format/libformat +libutil_LIBS = libformat |