Files
rtems/automake/local.am
Ralf Corsepius b52d7bc73d 2003-06-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/local.am: Remove $(ARCH), clean-local.
2003-06-06 02:46:34 +00:00

20 lines
322 B
Plaintext

## $Id$
debug:
@echo
@echo "\"make debug\" is obsolete, instead use:"
@echo " make VARIANT=DEBUG"
@echo
.PHONY: debug
preinstall-am: $(PREINSTALL_FILES)
preinstall: preinstall-am
.PHONY: preinstall preinstall-am
depend-am:
depend: depend-am
.PHONY: depend depend-am
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools