altos/test: More lisp test Makefile fixes
[fw/altos] / src / test / Makefile
index 8d8740e427564c86f03b814d63d89438984a9cb8..9fe886b9bc48e991497341c7914e238150896764 100644 (file)
@@ -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)