aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-02-23 10:48:19 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:01:27 -0700
commit69232905ffdbba312331fcc4a5cc9d699b601439 (patch)
treed0519106dc18c1f9ed2c8a54d4e8eaee4a59751b /Makefile
parent3ff0203e3ed11587df084e6e8d7a96f0f6ac041b (diff)
downloadsparse-dev-69232905ffdbba312331fcc4a5cc9d699b601439.tar.gz
Fix another missing dependency.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dd6f7b2c..11031520 100644
--- a/Makefile
+++ b/Makefile
@@ -53,6 +53,7 @@ pre-process.o: $(LIB_H) pre-process.h
scope.o: $(LIB_H)
show-parse.o: $(LIB_H)
symbol.o: $(LIB_H)
+expand.o: $(LIB_H)
linearize.o: $(LIB_H)
test-lexing.o: $(LIB_H)
test-parsing.o: $(LIB_H)