summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp08/node1
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-21 15:00:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-21 15:00:49 +0000
commit369ef189b274baaba5721da9c71ac7184252320e (patch)
tree6fbb1f006d6403556c4c74d0ec50c752c7ea7bd5 /testsuites/mptests/mp08/node1
parent Patch rtems-rc-19991203-7.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-369ef189b274baaba5721da9c71ac7184252320e.tar.bz2
Patch rtems-rc-19991203-7.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
which does minor cleanup for Makefile.ams below mptests, which only removes some bogus comments from the Makefile.ams. To apply: patch -p1 < rtems-rc-19991203-8.diff ./bootstrap
Diffstat (limited to 'testsuites/mptests/mp08/node1')
-rw-r--r--testsuites/mptests/mp08/node1/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/testsuites/mptests/mp08/node1/Makefile.am b/testsuites/mptests/mp08/node1/Makefile.am
index 93c520210b..e86b654f52 100644
--- a/testsuites/mptests/mp08/node1/Makefile.am
+++ b/testsuites/mptests/mp08/node1/Makefile.am
@@ -38,13 +38,6 @@ if HAS_MP
AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/..
-#
-# Add your list of files to delete here. The config files
-# already know how to delete some stuff, so you may want
-# to just run 'make clean' first to see what gets missed.
-# 'make clobber' already includes 'make clean'
-#
-
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)