From: simonm Date: Thu, 23 Jul 1998 14:50:16 +0000 (+0000) Subject: [project @ 1998-07-23 14:50:16 by simonm] X-Git-Tag: Approx_2487_patches~501 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3d8e973028636dca83fb6b1cbce2a875200779f3;p=ghc-hetmet.git [project @ 1998-07-23 14:50:16 by simonm] Converting a suffix rule to a pattern rule appears to fix some build problems. Don't ask me why. --- diff --git a/ghc/rts/gmp/Makefile.in b/ghc/rts/gmp/Makefile.in index d8e7be9..ab5c133 100644 --- a/ghc/rts/gmp/Makefile.in +++ b/ghc/rts/gmp/Makefile.in @@ -61,7 +61,7 @@ FLAGS_TO_PASS = "CC=$(CC)" "CFLAGS=$(CFLAGS)" "XCFLAGS=$(XCFLAGS)" all: libgmp.a -.c.o: +%.o : %.c $(CC) -c $(INCLUDES) $(CFLAGS) $(XCFLAGS) $< libgmp.a: mpn/libmpn.a mpz/libmpz.a $(OBJS)