summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxcancel/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-11 15:11:45 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-11 15:11:45 +0000
commit31b65e57de4ef69e12239158f8f713619a7bc1c3 (patch)
treeedb01e7316af525f58c42dbcbe8e4d6a26917c04 /testsuites/psxtests/psxcancel/Makefile.am
parent2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-31b65e57de4ef69e12239158f8f713619a7bc1c3.tar.bz2
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* psxcancel/Makefile.am: Remove used H_FILES.
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)