aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-09-29 13:50:01 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:03:25 -0700
commit2f41db312c29a293866cbd343bc2f76bfe903e62 (patch)
tree4389c7b9ddf97f064a5ea61ed11fae3f965ba3d7 /Makefile
parentfca17a5e7fa397ad37a4150e4482ed09a6dee5d9 (diff)
parentc65d719b26dacd677d0feb454a024aba307cb7db (diff)
downloadsparse-dev-2f41db312c29a293866cbd343bc2f76bfe903e62.tar.gz
Automerge
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 481960a0..ea6e169b 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ PREFIX=$(HOME)
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 bitmap.h ident-list.h
+ linearize.h bitmap.h ident-list.h compat.h
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 \