source: rtems/automake/local.am @ 3a99e6f

4.104.114.84.95
Last change on this file since 3a99e6f was b52d7bc, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/06/03 at 02:46:34

2003-06-06 Ralf Corsepius <corsepiu@…>

  • automake/local.am: Remove $(ARCH), clean-local.
  • Property mode set to 100644
File size: 322 bytes
Line 
1## $Id$
2
3debug:
4        @echo
5        @echo "\"make debug\" is obsolete, instead use:"
6        @echo " make VARIANT=DEBUG"
7        @echo
8
9.PHONY: debug
10
11preinstall-am: $(PREINSTALL_FILES)
12preinstall: preinstall-am
13.PHONY: preinstall preinstall-am
14
15depend-am:
16depend: depend-am
17.PHONY: depend depend-am
18
19PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
Note: See TracBrowser for help on using the repository browser.