From a1a1118a96fbc02eb5c711f80fbbff93aeae6e90 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 27 Jan 2002 22:47:22 +0000 Subject: Change the way the version strings are handled. --- gnu/usr.bin/binutils/objdump/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/usr.bin/binutils/objdump') diff --git a/gnu/usr.bin/binutils/objdump/Makefile b/gnu/usr.bin/binutils/objdump/Makefile index ec5b8be896ec..9d594ce0b746 100644 --- a/gnu/usr.bin/binutils/objdump/Makefile +++ b/gnu/usr.bin/binutils/objdump/Makefile @@ -8,7 +8,7 @@ PROG= objdump SRCS= objdump.c prdbg.c CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils CFLAGS+= -I${SRCDIR}/binutils -CFLAGS+= -DBFD_VERSION=\"${VERSION}\" +CFLAGS+= -DBFD_VERSION_STRING=\"${VERSION}\" DPADD= ${RELTOP}/libbinutils/libbinutils.a DPADD+= ${RELTOP}/libopcodes/libopcodes.a DPADD+= ${RELTOP}/libbfd/libbfd.a -- cgit v1.3