From 01950bb64fca1cc8a403d80b1eff72ecdb7b70a4 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 14 Feb 2005 12:10:14 +0000 Subject: Use the system gnuregex library vs. building GNU regex bits into libiberty and using them. Reviewed by: marcel,imp Desired by: ache --- gnu/usr.bin/binutils/libiberty/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/usr.bin/binutils') diff --git a/gnu/usr.bin/binutils/libiberty/Makefile b/gnu/usr.bin/binutils/libiberty/Makefile index 37895aa4aca4..292d1fcbe733 100644 --- a/gnu/usr.bin/binutils/libiberty/Makefile +++ b/gnu/usr.bin/binutils/libiberty/Makefile @@ -12,7 +12,7 @@ SRCS= argv.c concat.c choose-temp.c cp-demangle.c cp-demint.c \ xexit.c xmalloc.c xstrdup.c xstrerror.c # The following files are needed by gdb(1) -SRCS+= regex.c splay-tree.c +SRCS+= splay-tree.c WARNS?= 1 CFLAGS+= -DHAVE_CONFIG_H -- cgit v1.3