diff options
author | Kevin Ryde <user42@zip.com.au> | 2001-03-02 20:32:16 +0100 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2001-03-02 20:32:16 +0100 |
commit | c08737eaa645bf2cca4b596702d62dc61244ecf2 (patch) | |
tree | 3aad7b60d1536375f9170a9dac0d39df632a2b17 /Makefile.am | |
parent | a9d71e4db842ac718af6f161644fb05a4991b8ce (diff) | |
download | gmp-c08737eaa645bf2cca4b596702d62dc61244ecf2.tar.gz |
Fix a backslash.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9e263325e..54369fc1b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -175,7 +175,7 @@ MPBSD_OBJECTS = mpbsd/add$U.lo mpbsd/tdiv_qr$U.lo mpbsd/set$U.lo \ libgmp_la_SOURCES = \ assert.c compat.c errno.c extract-dbl.c insert-dbl.c memory.c \ mp_bpl.c mp_clz_tab.c mp_minv_tab.c mp_set_fns.c \ - rand.c randclr.c randlc.c randlc2x.c randraw.c rands.c randsd.c randsdui.c \ + rand.c randclr.c randlc.c randlc2x.c randraw.c rands.c randsd.c randsdui.c \ stack-alloc.c version.c libgmp_la_DEPENDENCIES = \ $(MPF_OBJECTS) $(MPZ_OBJECTS) $(MPN_OBJECTS) $(MPQ_OBJECTS) |