mirror of
https://github.com/t-crest/rtems.git
synced 2025-11-16 04:24:46 +00:00
11 lines
308 B
Plaintext
11 lines
308 B
Plaintext
## $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
|