summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/unlimited/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/samples/unlimited/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuites/samples/unlimited/Makefile.am b/testsuites/samples/unlimited/Makefile.am
index 1cb2e530ea..32b865776d 100644
--- a/testsuites/samples/unlimited/Makefile.am
+++ b/testsuites/samples/unlimited/Makefile.am
@@ -9,7 +9,6 @@ PGM = ${ARCH}/$(SAMPLE).exe
MANAGERS = io event
-# C source names, if any, go here -- minus the .c
C_FILES = init.c test1.c test2.c test3.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)