summaryrefslogtreecommitdiffstats
path: root/c/src/automake/host.am
blob: 4a7aa2d65e224cb55267e20dc644699aac0067f5 (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