summaryrefslogtreecommitdiffstats
path: root/automake/host.am
diff options
context:
space:
mode:
authorcvs2git <rtems-devel@rtems.org>2000-07-24 17:58:25 +0000
committercvs2git <rtems-devel@rtems.org>2000-07-24 17:58:25 +0000
commit14f1218480f6deec3e93dfbce80816d5706ffb4f (patch)
tree394aaa203b456f4bb9a91c653b96fd019a4063c5 /automake/host.am
parentchanged version to 4.5.0 (diff)
downloadrtems-4.5.0.tar.bz2
This commit was manufactured by cvs2svn to create tag 'rtems-4-5-0'.4.5.0
Sprout from rtems-4-5-branch 2000-07-24 17:58:24 UTC Joel Sherrill <joel.sherrill@OARcorp.com> 'changed version to 4.5.0' Delete: automake/host.am automake/lib.am automake/local.am automake/subdirs.am c/src/lib/libbsp/mips/p4000/liblnk/.cvsignore c/src/librdbg/src/powerpc/new_exception_processing/.cvsignore doc/.cvsignore
Diffstat (limited to 'automake/host.am')
-rw-r--r--automake/host.am28
1 files changed, 0 insertions, 28 deletions
diff --git a/automake/host.am b/automake/host.am
deleted file mode 100644
index 7ace38f793..0000000000
--- a/automake/host.am
+++ /dev/null
@@ -1,28 +0,0 @@
-## $Id$
-
-## NOTE: This is a temporary work-around to keep
-## RTEMS's non automake standard make targets working.
-## Once automake is fully integrated these make targets
-## and this file will probably be removed
-
-debug:
- @echo
- @echo "\"make debug\" is obsolete, instead use:"
- @echo " make VARIANT=DEBUG"
- @echo
-
-.PHONY: debug
-
-profile:
- @echo
- @echo "\"make profile\" is obsolete, instead use:"
- @echo " make VARIANT=PROFILE"
- @echo
-
-preinstall-am: $(PREINSTALL_FILES)
-preinstall: preinstall-am
-.PHONY: preinstall preinstall-am
-
-depend-am:
-depend: depend-am
-.PHONY: depend depend-am