diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2004-08-30 22:33:11 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2004-08-30 22:33:11 +0000 |
commit | 1402206aea23283dab63e8f68c4cc82e49db7fc2 (patch) | |
tree | b3681a0d195ea8b1404973fca215e9126179dfca | |
parent | 4b81ff994b446b7b7acf9be0e43fc96bc187cf91 (diff) |
cute side-effect of bsd.lib.mk, some typos only show up with make tags.
noticed by marco@
okay millert@
-rw-r--r-- | gnu/lib/libiberty/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libiberty/Makefile.bsd-wrapper b/gnu/lib/libiberty/Makefile.bsd-wrapper index 42626d86780..5ff26b8b266 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.7 2004/05/17 10:00:37 kettenis Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2004/08/30 22:33:10 espie Exp $ LIB= iberty CPPFLAGS+= -DHAVE_CONFIG_H -I$(.CURDIR) -I$(.CURDIR)/include -I$(.OBJDIR) @@ -15,7 +15,7 @@ SRCS= argv.c choose-temp.c concat.c cplus-dem.c cp-demangle.c \ objalloc.c obstack.c oldhashtab.c \ pexecute.c regex.c safe-ctype.c spaces.c splay-tree.c \ strerror.c strsignal.c \ - xatexit.c xexit.c xmalloc.c xmemdup xstrerror.c xstrdup.c \ + xatexit.c xexit.c xmalloc.c xmemdup.c xstrerror.c xstrdup.c \ physmem.c lbasename.c lrealpath.c \ $(HOST_FILES) |