Index: src/tests/Makefile.in
===================================================================
--- src/tests/Makefile.in	(revision d1aa5c09c6dcf1c81d738dc512d621a9a818b58d)
+++ src/tests/Makefile.in	(revision a0dcd2edcadf2ff42b6ab01a0c906832947262c0)
@@ -621,4 +621,13 @@
 
 
+Constant0-1DP : Constant0-1.c
+	${CC} ${CFLAGS} -DDUPS ${<} -o ${@}
+
+Constant0-1ND : Constant0-1.c
+	${CC} ${CFLAGS} -DNEWDECL ${<} -o ${@}
+
+Constant0-1NDDP : Constant0-1.c
+	${CC} ${CFLAGS} -DNEWDECL -DDUPS ${<} -o ${@}
+
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
