aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorLinus Torvalds <torvalds@home.transmeta.com>2003-06-02 19:15:27 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:00:50 -0700
commit8642a0b9da3e5ad5dbfe6e90b63be08959d36133 (patch)
tree75fa93907be7138e91b66529601a69e9c99607ae /Makefile
parent0caa57484e2a1374d6c66c5549bc2da5cce7a889 (diff)
downloadsparse-dev-8642a0b9da3e5ad5dbfe6e90b63be08959d36133.tar.gz
Create "inline.c", which contains the function "copy_statement()",
used for inlining. Right now the copying is totally broken, since we don't actually do any symbol replacement, but hey, we'll get there some day. Make "inline_function()" call the new copy_statement() function.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7d56a18e..41e4485c 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ PROGRAMS=test-lexing test-parsing obfuscate check
LIB_H= token.h parse.h lib.h symbol.h scope.h expression.h target.h
LIB_OBJS= parse.o tokenize.o pre-process.o symbol.o lib.o scope.o \
- expression.o show-parse.o evaluate.o
+ expression.o show-parse.o evaluate.o inline.o
LIB_FILE= sparse.a