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