source: rtems/c/src/automake/host.am @ 9480bb42

4.104.114.84.95
Last change on this file since 9480bb42 was 3a99e6f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/17/03 at 13:31:49

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

  • configure.ac: Remove stray comments.
  • automake/local.am, automake/host.am: Remove "debug".
  • Property mode set to 100644
File size: 363 bytes
RevLine 
[11a26b9]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.