projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c54fecb
)
Work around bug in "make" prior to version 3.81 by changing the
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 8 Jan 2007 05:38:57 +0000
(
05:38
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 8 Jan 2007 05:38:57 +0000
(
05:38
+0000)
.SUFFIXES order.
v7/src/microcode/makegen/Makefile.in.in
patch
|
blob
|
history
diff --git
a/v7/src/microcode/makegen/Makefile.in.in
b/v7/src/microcode/makegen/Makefile.in.in
index f6ab91beb2203890255b44ddabf495fd9eb9f06a..4012e87bb65e64ae429318fa3ede522ab4707c7e 100644
(file)
--- 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.3
6 2007/01/05 21:19:26
cph Exp $
+# $Id: Makefile.in.in,v 1.3
7 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