diff options
author | 2003-12-25 18:08:08 +0000 | |
---|---|---|
committer | 2003-12-25 18:08:08 +0000 | |
commit | 673efe8466d4c9e84f12db5cd1c31fc4aa48e82b (patch) | |
tree | c9d821c0edf5647f3cee69e73c8b21f603070a00 | |
parent | revert to versions in gcc 3.3.2, those are more recent (diff) | |
download | wireguard-openbsd-673efe8466d4c9e84f12db5cd1c31fc4aa48e82b.tar.xz wireguard-openbsd-673efe8466d4c9e84f12db5cd1c31fc4aa48e82b.zip |
Compile the right files, bump minor number.
-rw-r--r-- | gnu/lib/libiberty/Makefile.bsd-wrapper | 6 | ||||
-rw-r--r-- | gnu/lib/libiberty/shlib_version | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/lib/libiberty/Makefile.bsd-wrapper b/gnu/lib/libiberty/Makefile.bsd-wrapper index 5b609648b78..98fe613db42 100644 --- a/gnu/lib/libiberty/Makefile.bsd-wrapper +++ b/gnu/lib/libiberty/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2003/11/25 21:24:30 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2003/12/25 18:08:08 espie Exp $ LIB= iberty CPPFLAGS+= -DHAVE_CONFIG_H -I$(.CURDIR) -I$(.CURDIR)/include -I$(.OBJDIR) @@ -13,10 +13,10 @@ SRCS= argv.c choose-temp.c concat.c cplus-dem.c cp-demangle.c \ hashtab.c hex.c fibheap.c partition.c \ floatformat.c make-temp-file.c make-relative-prefix.c \ objalloc.c obstack.c oldhashtab.c \ - pexecute.c safe-ctype.c spaces.c splay-tree.c \ + pex-unix.c safe-ctype.c spaces.c splay-tree.c \ strerror.c strsignal.c \ xatexit.c xexit.c xmalloc.c xmemdup xstrerror.c xstrdup.c \ - physmem.c lbasename.c \ + physmem.c lbasename.c lrealpath.c \ $(HOST_FILES) # choose-temp.c fnmatch.c objalloc.c pexecute.c xstrdup.c \ diff --git a/gnu/lib/libiberty/shlib_version b/gnu/lib/libiberty/shlib_version index 9c1551636c5..1394f4e4035 100644 --- a/gnu/lib/libiberty/shlib_version +++ b/gnu/lib/libiberty/shlib_version @@ -1,2 +1,2 @@ major=6 -minor=0 +minor=1 |