diff options
author | Keith Packard <keithp@keithp.com> | 2017-11-16 22:15:06 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-11-16 22:15:06 -0800 |
commit | cd9152973f29f4e775569f5acbbe8fab2d93d170 (patch) | |
tree | d68e747bbdcf7e0eef42306c82276d04bf234560 /src/test | |
parent | 435a91ae3889cd361b543f4555a78488905e0bbb (diff) |
altos/test: More lisp test Makefile fixes
Depend on ao_lisp_const.h
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/Makefile b/src/test/Makefile index 8d8740e4..9fe886b9 100644 --- a/src/test/Makefile +++ b/src/test/Makefile @@ -106,7 +106,7 @@ AO_LISP_OBJS=$(AO_LISP_SRCS:.c=.o) ao_lisp_test: $(AO_LISP_OBJS) cc $(CFLAGS) -o $@ $(AO_LISP_OBJS) -$(AO_LISP_OBJS): $(LISP_HDRS) +$(AO_LISP_OBJS): $(LISP_HDRS) ao_lisp_const.h clean:: rm -f $(AO_LISP_OBJS) |