forked from Imagelibrary/rtems
15 lines
363 B
Plaintext
15 lines
363 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
|
|
|
|
depend-am:
|
|
depend: depend-am
|
|
.PHONY: depend depend-am
|