diff options
Diffstat (limited to 'gnu/usr.bin/gdb/libiberty/Makefile')
-rw-r--r-- | gnu/usr.bin/gdb/libiberty/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb/libiberty/Makefile b/gnu/usr.bin/gdb/libiberty/Makefile index 838781295e82..2bc6abfab4a7 100644 --- a/gnu/usr.bin/gdb/libiberty/Makefile +++ b/gnu/usr.bin/gdb/libiberty/Makefile @@ -1,7 +1,7 @@ LIB= iberty SRCS= argv.c basename.c concat.c cplus-dem.c fdmatch.c getopt.c \ getopt1.c ieee-float.c obstack.c spaces.c strerror.c strsignal.c \ - xmalloc.c + vasprintf.c xmalloc.c CFLAGS+= -I$(.CURDIR)/../gdb/. NOPROFILE=no |