aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-04-28 16:20:38 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:01:40 -0700
commitddaa4fc95836673ce96c144821fc4e0f752cf793 (patch)
tree10e949b00eb44ff67a0b42d4bd08513297d5d1a0 /Makefile
parent7195dddfaafa39d61ce710733f0267095f2fb4d0 (diff)
downloadsparse-dev-ddaa4fc95836673ce96c144821fc4e0f752cf793.tar.gz
Use variables for target data structure information,
instead of hardcoding it at compile time. This allows us to do "cross-checks" much more easily.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 11031520..2b4e70bd 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ PROGRAMS=test-lexing test-parsing obfuscate check compile test-linearize
LIB_H= token.h parse.h lib.h symbol.h scope.h expression.h target.h linearize.h
-LIB_OBJS= parse.o tokenize.o pre-process.o symbol.o lib.o scope.o \
+LIB_OBJS= target.o parse.o tokenize.o pre-process.o symbol.o lib.o scope.o \
expression.o show-parse.o evaluate.o expand.o inline.o linearize.o
LIB_FILE= sparse.a