[project @ 1997-03-19 20:44:50 by simonpj]
[ghc-hetmet.git] / ghc / runtime / gmp / Makefile
index 8b4af73..ffdd8e0 100644 (file)
@@ -1,12 +1,11 @@
 #-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.3 1997/03/14 05:11:36 sof Exp $
+# $Id: Makefile,v 1.4 1997/03/19 20:44:55 simonpj Exp $
 
 TOP=../..
 include $(TOP)/mk/boilerplate.mk
 # There's only one `way' for gmp, empty WAYS variable right away.
 WAYS=
 
-
 GMP_OBJS = $(MPZ_OBJS) $(MPQ_OBJS) $(MPN_OBJS) $(IMPL_OBJS) mp_bases.o
 
 IMPL_SRCS = memory.c mp_set_fns.c _mpz_set_str.c _mpz_get_str.c \