altos/test: More lisp test Makefile fixes
authorKeith Packard <keithp@keithp.com>
Fri, 17 Nov 2017 06:15:06 +0000 (22:15 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 17 Nov 2017 06:15:06 +0000 (22:15 -0800)
Depend on ao_lisp_const.h

Signed-off-by: Keith Packard <keithp@keithp.com>
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)