aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-09-27 17:38:49 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:03:24 -0700
commitc65d719b26dacd677d0feb454a024aba307cb7db (patch)
treec80ff2a8553cb47d66559c9833510c025c7df1ac /Makefile
parent6719992800898295b20ed7969e62b3b6bd5f79fc (diff)
downloadsparse-dev-c65d719b26dacd677d0feb454a024aba307cb7db.tar.gz
Add new "compat.h" header file to lib dependencies list.
Noted by Chris Wedgwood.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0360edfa..df74484e 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 \