summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests
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
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 'testsuites/psxtests')
-rw-r--r--testsuites/psxtests/ChangeLog4
-rw-r--r--testsuites/psxtests/psxcancel/Makefile.am5
2 files changed, 5 insertions, 4 deletions
diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog
index c086ba73ff..2f424171ce 100644
--- a/testsuites/psxtests/ChangeLog
+++ b/testsuites/psxtests/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * psxcancel/Makefile.am: Remove used H_FILES.
+
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Reformat.
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)