summaryrefslogtreecommitdiffstats
path: root/testsuites/automake/host.am
blob: f87e6a41ee2c7fcc45527c677267eaeac0d6220b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## $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

depend-am:
depend: depend-am
.PHONY: depend depend-am