chiark
/
gitweb
/
~ianmdlvl
/
secnet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20d324b
)
Minor Makefile update
author
Stephen Early
<steve@greenend.org.uk>
Wed, 6 Apr 2005 00:44:21 +0000
(
01:44
+0100)
committer
Stephen Early
<steve@greenend.org.uk>
Wed, 18 May 2011 18:04:20 +0000
(19:04 +0100)
Update bison pattern rule to indicate that both the .tab.c and .tab.h
files are generated by the same command.
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index a6b851d71a9b1f9a4029a68ef8734a0ee4ff579a..4c69b64901f411770e6708ac4d396ed86a07fe25 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-81,7
+81,7
@@
DISTSUBDIRS:=debian/conffiles debian/copyright debian/changelog \
%.yy.c: %.fl
flex -o$@ $<
-%.tab.c: %.y
+%.tab.c
%.tab.h
: %.y
bison -d -o $@ $<
%.o: %.c