diff options
author | Ori Bernstein <orib@google.com> | 2012-06-13 14:59:52 -0400 |
---|---|---|
committer | Ori Bernstein <orib@google.com> | 2012-06-13 14:59:52 -0400 |
commit | 35be3954232412816397a6bebfe5b08cb7fa0680 (patch) | |
tree | 1be8101fa7b8c1646d5c7416239651d7068ef79b /opt | |
parent | 056f0df601d2fd1150c29564cb57f53a3e74e3e2 (diff) | |
download | mc-35be3954232412816397a6bebfe5b08cb7fa0680.tar.gz |
Rename 'libdeps' to 'deps'. It's more general than just libs.
Diffstat (limited to 'opt')
-rw-r--r-- | opt/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/opt/Makefile b/opt/Makefile index 7e6654c..636140a 100644 --- a/opt/Makefile +++ b/opt/Makefile @@ -2,9 +2,7 @@ LIB=libopt.a OBJ=cfg.o \ df.o \ -CFLAGS+=-I../parse -LDFLAGS+=-L../parse -lparse -EXTRADEP=../parse/libparse.a +DEPS=../parse/libparse.a include ../mk/lexyacc.mk include ../mk/c.mk |