From cd9152973f29f4e775569f5acbbe8fab2d93d170 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 16 Nov 2017 22:15:06 -0800 Subject: [PATCH] altos/test: More lisp test Makefile fixes Depend on ao_lisp_const.h Signed-off-by: Keith Packard --- src/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2