source: rtems/testsuites/automake/host.am @ 94e18016

4.104.114.84.95
Last change on this file since 94e18016 was 94e18016, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/17/03 at 12:44:57

2003-08-17 Ralf Corsepius <corsepiu@…>

  • automake/local.am, automake/host.am: Remove "debug".
  • Property mode set to 100644
File size: 363 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.