projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3adc633
)
Update comment now we don't use lex -o.
author
Peter Maydell
<pmaydell@chiark.greenend.org.uk>
Tue, 20 May 2008 19:04:57 +0000
(19:04 +0000)
committer
Peter Maydell
<pmaydell@chiark.greenend.org.uk>
Tue, 20 May 2008 19:04:57 +0000
(19:04 +0000)
sbr/Makefile.in
patch
|
blob
|
history
diff --git
a/sbr/Makefile.in
b/sbr/Makefile.in
index
608faa7
..
a920958
100644
(file)
--- a/
sbr/Makefile.in
+++ b/
sbr/Makefile.in
@@
-101,8
+101,10
@@
sigmsg.h: sigmsg.awk
lint: sigmsg.h
$(LINT) $(LINTFLAGS) $(INCLUDES) $(DEFS) $(SRCS)
-# Note that some lexes (for example flex 2.5.4) require that there
-# be no space between -o and the output filename.
+# Note that not all lexes support -o (it is not POSIX); also
+# some lexes will only accept '-n -t', not '-nt'.
+# Also, not all makes accept $< in non-pattern rules,
+# hence the explicit filenames here.
dtimep.c: dtimep.lex
$(LEX) -n -t $(srcdir)/dtimep.lex > dtimep.c