source: rtems/automake/local.am @ 0707bd20

4.104.114.84.95
Last change on this file since 0707bd20 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
RevLine 
[8cdb582]1## $Id$
[9b8baa1]2
[df49c60]3debug:
4        @echo
5        @echo "\"make debug\" is obsolete, instead use:"
6        @echo " make VARIANT=DEBUG"
7        @echo
8
9.PHONY: debug
10
[9608320]11preinstall-am: $(PREINSTALL_FILES)
[8cdb582]12preinstall: preinstall-am
13.PHONY: preinstall preinstall-am
[9b8baa1]14
[ecb2755]15depend-am:
16depend: depend-am
17.PHONY: depend depend-am
[df49c60]18
19PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
Note: See TracBrowser for help on using the repository browser.