summaryrefslogtreecommitdiffstats
path: root/automake/host.am
diff options
context:
space:
mode:
Diffstat (limited to 'automake/host.am')
-rw-r--r--automake/host.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/automake/host.am b/automake/host.am
new file mode 100644
index 0000000..4a7aa2d
--- /dev/null
+++ b/automake/host.am
@@ -0,0 +1,10 @@
+## $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
+
+preinstall-am: $(PREINSTALL_FILES)
+preinstall: preinstall-am
+.PHONY: preinstall preinstall-am