diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | # $Id: makefile,v 1.21 1996/03/05 15:57:53 roberto Exp roberto $ | 1 | # $Id: makefile,v 1.22 1996/03/15 18:22:09 roberto Exp roberto $ |
2 | 2 | ||
3 | #configuration | 3 | #configuration |
4 | 4 | ||
@@ -52,7 +52,7 @@ y.tab.c y.tab.h : lua.stx | |||
52 | yacc++ -d lua.stx | 52 | yacc++ -d lua.stx |
53 | 53 | ||
54 | parser.c : y.tab.c | 54 | parser.c : y.tab.c |
55 | sed -e 's/yy/luaY_/g' y.tab.c > parser.c | 55 | sed -e 's/yy/luaY_/g' -e 's/malloc\.h/stdlib\.h/g' y.tab.c > parser.c |
56 | 56 | ||
57 | parser.h : y.tab.h | 57 | parser.h : y.tab.h |
58 | sed -e 's/yy/luaY_/g' y.tab.h > parser.h | 58 | sed -e 's/yy/luaY_/g' y.tab.h > parser.h |