summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxcancel/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psxcancel/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/testsuites/psxtests/psxcancel/Makefile.am b/testsuites/psxtests/psxcancel/Makefile.am
index 40a8caefc3..8cd8dcdc1b 100644
--- a/testsuites/psxtests/psxcancel/Makefile.am
+++ b/testsuites/psxtests/psxcancel/Makefile.am
@@ -9,13 +9,10 @@ MANAGERS = all
C_FILES = init.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
-H_FILES =
-noinst_HEADERS = $(H_FILES)
-
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)
-SRCS = $(DOCS) $(C_FILES) $(H_FILES)
+SRCS = $(DOCS) $(C_FILES)
OBJS = $(C_O_FILES)
PRINT_SRCS = $(DOCS)