summaryrefslogtreecommitdiffstats
path: root/c/src/tests/support/stubdr/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/tests/support/stubdr/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/tests/support/stubdr/Makefile.am b/c/src/tests/support/stubdr/Makefile.am
index 8223dd33d0..5607df0e2d 100644
--- a/c/src/tests/support/stubdr/Makefile.am
+++ b/c/src/tests/support/stubdr/Makefile.am
@@ -6,7 +6,6 @@ AUTOMAKE_OPTIONS = foreign 1.4
PGM = ${ARCH}/stubdr.rel
-# C source names, if any, go here
C_FILES = open.c close.c read.c write.c init.c cntrl.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)