aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-11-23 15:49:24 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:04:37 -0700
commitc715712d2cab0115107a2cbf3c6bcf66d7cd11ea (patch)
treede077c1e3d8ab1febdcb5c0db4bbdf46b8d1cc47 /Makefile
parent3cbf846f9e4e4cf7fa530301d906c4418e3515af (diff)
downloadsparse-dev-c715712d2cab0115107a2cbf3c6bcf66d7cd11ea.tar.gz
Fix cse.c dependencies.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f57f4954..0e9ba646 100644
--- a/Makefile
+++ b/Makefile
@@ -72,6 +72,7 @@ symbol.o: $(LIB_H)
expand.o: $(LIB_H)
linearize.o: $(LIB_H)
flow.o: $(LIB_H)
+cse.o: $(LIB_H)
sort.o: $(LIB_H)
inline.o: $(LIB_H)
target.o: $(LIB_H)