summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-28 16:10:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-28 16:10:29 +0000
commitc7115bb231fac9f3fd25a42fc0a04f9cfb3d4142 (patch)
tree7111983e95f8eb3a56606534fb2da93ac201585d
parentUse fgrep instead of grep to avoid treating filenames as regular expressions. (diff)
downloadrtems-c7115bb231fac9f3fd25a42fc0a04f9cfb3d4142.tar.bz2
Don't install this executable. It should only be built.
-rw-r--r--c/src/tests/samples/minimum/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/c/src/tests/samples/minimum/Makefile.in b/c/src/tests/samples/minimum/Makefile.in
index 1337bf1d46..e8636a75f9 100644
--- a/c/src/tests/samples/minimum/Makefile.in
+++ b/c/src/tests/samples/minimum/Makefile.in
@@ -63,8 +63,7 @@ CLEAN_ADDITIONS +=
CLOBBER_ADDITIONS +=
all: ${ARCH} $(SRCS) $(PGM)
- $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests
- $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/samples
+ # This test shuld not be executed
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)