From: Gerd Moellmann Date: Sat, 13 Nov 1999 22:47:19 +0000 (+0000) Subject: (b2m): Add dependency on GETOPTDEPS. X-Git-Tag: emacs-pretest-21.0.90~6105 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fa52fcb5117f700f6b2c623a643cf8da8047b2e9;p=emacs.git (b2m): Add dependency on GETOPTDEPS. --- diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 7629c380faf..99db78a4d5c 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -379,7 +379,7 @@ digest-doc: ${srcdir}/digest-doc.c sorted-doc: ${srcdir}/sorted-doc.c ${ALLOCA} $(CC) ${ALL_CFLAGS} ${srcdir}/sorted-doc.c ${ALLOCA} $(LOADLIBES) -o sorted-doc -b2m: ${srcdir}/b2m.c ../src/config.h +b2m: ${srcdir}/b2m.c ../src/config.h $(GETOPTDEPS) $(CC) ${ALL_CFLAGS} ${srcdir}/b2m.c -DVERSION="\"${version}\"" \ $(GETOPTOBJS) $(LOADLIBES) -o b2m