summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/fileio/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/samples/fileio/Makefile.am')
-rw-r--r--testsuites/samples/fileio/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/samples/fileio/Makefile.am b/testsuites/samples/fileio/Makefile.am
index 4ea7b3a71d..0a65a0bb97 100644
--- a/testsuites/samples/fileio/Makefile.am
+++ b/testsuites/samples/fileio/Makefile.am
@@ -14,7 +14,7 @@ C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)
-DOCTYPES = doc scn
+DOCTYPES = doc
DOCS = $(DOCTYPES:%=$(SAMPLE).%)
SRCS = $(DOCS) $(C_FILES) $(H_FILES)