diff options
author | Vadim Zhukov <zhuk@cvs.openbsd.org> | 2014-04-16 10:31:28 +0000 |
---|---|---|
committer | Vadim Zhukov <zhuk@cvs.openbsd.org> | 2014-04-16 10:31:28 +0000 |
commit | 0259988c59647dde6b959dd5cc2c3addf05035f2 (patch) | |
tree | 62629d3d0d843fb366331d28eff6c48d4bba0d97 /usr.bin/libtool/Makefile | |
parent | c7f714e4e67e96daa401e116a51bb1a1c137eec8 (diff) |
Make directory ordering in our libtool stable. Fixes quiet a few issues
ajacoutot@, me and probably others were seeing. No fallout in bulk build.
Input from espie@ and ajacoutot@.
Prodding by ajacoutot@
Bulk test by jasper@
Diffstat (limited to 'usr.bin/libtool/Makefile')
-rw-r--r-- | usr.bin/libtool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/libtool/Makefile b/usr.bin/libtool/Makefile index 3baa0f65f02..ea14ec68fdc 100644 --- a/usr.bin/libtool/Makefile +++ b/usr.bin/libtool/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2012/07/13 11:56:12 espie Exp $ +# $OpenBSD: Makefile,v 1.7 2014/04/16 10:31:27 zhuk Exp $ .include <bsd.own.mk> @@ -20,6 +20,7 @@ PACKAGES= \ LT/Mode/Link/Library.pm \ LT/Program.pm \ LT/Trace.pm \ + LT/UList.pm \ LT/Util.pm LIBBASE=/usr/libdata/perl5 |