From 31b65e57de4ef69e12239158f8f713619a7bc1c3 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 11 Dec 2003 15:11:45 +0000 Subject: 2003-12-11 Ralf Corsepius * psxcancel/Makefile.am: Remove used H_FILES. --- testsuites/psxtests/psxcancel/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'testsuites/psxtests/psxcancel/Makefile.am') 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) -- cgit v1.2.3