summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/Makefile2
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)