diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-03-04 03:50:55 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-03-04 03:50:55 +0000 |
commit | 264471652dbeebfe1d4b6863569553a992b41082 (patch) | |
tree | ea9ce2672bbf890b734b9073149b8a531ce54a93 | |
parent | 2c423d21943fa3c07a0dfef9ba0f0a504756206b (diff) |
Build info files from all: as they should be
-rw-r--r-- | gnu/lib/libgmp/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libgmp/Makefile.bsd-wrapper b/gnu/lib/libgmp/Makefile.bsd-wrapper index 4bdd91b69f7..02dd04762d8 100644 --- a/gnu/lib/libgmp/Makefile.bsd-wrapper +++ b/gnu/lib/libgmp/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.8 1998/10/18 20:02:27 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.9 1999/03/04 03:50:54 niklas Exp $ SUBDIR+= mpn mpz mpf mpq @@ -10,7 +10,7 @@ GNUCFLAGS= CFLAGS="${CFLAGS} ${COPTS}" all: config.status ${MAKE} ${GNUCFLAGS} BISON=yacc CC=${CC} LDFLAGS=${LDSTATIC} \ - build_infodir=. all + build_infodir=. all info .FORCE: .IGNORE |