source: rtems/testsuites/automake/host.am @ 8f71a36

4.104.114.84.95
Last change on this file since 8f71a36 was 8f71a36, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/20/04 at 07:09:31

Remove stray white spaces.

  • Property mode set to 100644
File size: 361 bytes
Line 
1## $Id$
2
3## NOTE: This is a temporary work-around to keep
4## RTEMS's non automake standard make targets working.
5## Once automake is fully integrated these make targets
6## and this file will probably be removed
7
8preinstall-am: $(PREINSTALL_FILES)
9preinstall: preinstall-am
10.PHONY: preinstall preinstall-am
11
12depend-am:
13depend: depend-am
14.PHONY: depend depend-am
Note: See TracBrowser for help on using the repository browser.