chiark
/
gitweb
/
~mdw
/
fringe
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f12efe
)
Makefile: Remove redundant `.o' suffix from Scheme build stanza.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 18 Nov 2009 13:35:48 +0000
(13:35 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 18 Nov 2009 13:35:48 +0000
(13:35 +0000)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 82f588eaee079cbac3ba308799bf4013a0cac346..119a8ffc2cb7422dd0478b1ac96813cf714ef673 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-121,7
+121,7
@@
f\#-fringe: f\#-fringe.exe
SCMC = csc
SCMFLAGS = -c -O2
-.SUFFIXES: .scm
.o
+.SUFFIXES: .scm
.scm.o:; $(SCMC) $(SCMFLAGS) -o $@ $<
LANGS += scheme