summaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2003-12-25 18:08:09 +0000
committerMarc Espie <espie@cvs.openbsd.org>2003-12-25 18:08:09 +0000
commit7ff2e12f3e2367e1a873e9242f15364b0234ae7f (patch)
tree4d01814aa05c6837238d3c1d4de84099e8b00b29 /gnu/lib
parent0a0e6835659819a43fc3df42eb9ea6a0bf2a3433 (diff)
Compile the right files, bump minor number.
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libiberty/Makefile.bsd-wrapper6
-rw-r--r--gnu/lib/libiberty/shlib_version2
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