diff --git a/src/modules/Gmp/Makefile.in b/src/modules/Gmp/Makefile.in index ae0b00d319937e63b3a152c57891911b02b7a01c..9a1451c56e33e33afa2b8a53f32e8dd7a3e5b27d 100644 --- a/src/modules/Gmp/Makefile.in +++ b/src/modules/Gmp/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.18 2001/08/13 23:33:47 hubbe Exp $ +# $Id: Makefile.in,v 1.19 2001/08/16 12:07:37 grubba Exp $ @make_variables@ VPATH=@srcdir@:@srcdir@/../..:../.. MODULE_LDFLAGS=@LDFLAGS@ @LIBS@ @@ -10,6 +10,9 @@ CONFIG_HEADERS=@CONFIG_HEADERS@ @dynamic_module_makefile@ +# UnixWare make needs help to find the source file... +mpq.o: $(SRCDIR)/mpq.c + next_prime.o: prime_table.out prime_table.out: prime_table_@CROSS@