diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-06-01 09:15:14 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-06-01 09:15:14 +0000 |
commit | 59a709efce0bc7b5371194c7a03ef051dd35e683 (patch) | |
tree | 3b4784ceed1f03b4a9ff41af4a88602322380f38 /gnu/egcs | |
parent | f8099c57464d9c7b3948ed3950bbc7a2933107e6 (diff) |
for binutils merge: xstrdup will be needed
Diffstat (limited to 'gnu/egcs')
-rw-r--r-- | gnu/egcs/libiberty/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/egcs/libiberty/Makefile.bsd-wrapper b/gnu/egcs/libiberty/Makefile.bsd-wrapper index 3f4bbaa266e..8f546f7297f 100644 --- a/gnu/egcs/libiberty/Makefile.bsd-wrapper +++ b/gnu/egcs/libiberty/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.2 1999/05/28 16:17:34 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.3 1999/06/01 09:15:13 espie Exp $ LIB= iberty CPPFLAGS+= -I$(.CURDIR) -I$(.CURDIR)/../include -I$(.OBJDIR) @@ -20,7 +20,7 @@ SRCS= argv.c choose-temp.c concat.c cplus-dem.c \ fdmatch.c getopt.c getopt1.c getruntime.c hex.c \ floatformat.c obstack.c pexecute.c spaces.c splay-tree.c \ strerror.c strsignal.c xatexit.c xexit.c xmalloc.c \ - xstrerror.c \ + xstrerror.c xstrdup.c \ $(HOST_FILES) # choose-temp.c fnmatch.c objalloc.c pexecute.c xstrdup.c \ |