summaryrefslogtreecommitdiffstats
path: root/c/src/automake/host.am
blob: 6c01bc33cb6ba80cbcb2664bf6a2eaa8b74ea430 (plain) (blame)
1
2
3
4
5
6
7
8
9
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