From: Keith Packard Date: Fri, 17 Nov 2017 06:15:06 +0000 (-0800) Subject: altos/test: More lisp test Makefile fixes X-Git-Tag: 1.8.3~1^2~46 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=cd9152973f29f4e775569f5acbbe8fab2d93d170 altos/test: More lisp test Makefile fixes Depend on ao_lisp_const.h Signed-off-by: Keith Packard --- 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)