From: Chris Hanson Date: Mon, 8 Jan 2007 05:38:57 +0000 (+0000) Subject: Work around bug in "make" prior to version 3.81 by changing the X-Git-Tag: 20090517-FFI~811 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=34792d7fc8d00e332e9ce7601a3a1d3d21f66a1d;p=mit-scheme.git Work around bug in "make" prior to version 3.81 by changing the .SUFFIXES order. --- diff --git a/v7/src/microcode/makegen/Makefile.in.in b/v7/src/microcode/makegen/Makefile.in.in index f6ab91beb..4012e87bb 100644 --- a/v7/src/microcode/makegen/Makefile.in.in +++ b/v7/src/microcode/makegen/Makefile.in.in @@ -1,6 +1,6 @@ # -*- Makefile -*- # -# $Id: Makefile.in.in,v 1.36 2007/01/05 21:19:26 cph Exp $ +# $Id: Makefile.in.in,v 1.37 2007/01/08 05:38:57 cph Exp $ # # Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, # 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, @@ -196,7 +196,7 @@ MAINTAINER_CLEAN_FILES = Makefile.in Makefile.deps config.h.in configure # **** Implicit rules **** .SUFFIXES: -.SUFFIXES: .c .o .s .m4 +.SUFFIXES: .s .c .o .m4 .c.o: $(COMPILE) -o $*.o -c $*.c