source: rtems/c/src/lib/libbsp/m68k/mvme162/tools/Makefile.am @ f2a90594

4.104.114.84.95
Last change on this file since f2a90594 was f2a90594, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/26/07 at 08:26:16

2007-01-26 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Use MKDIR_P instead of mkdir_p.
  • Property mode set to 100644
File size: 362 bytes
Line 
1##
2##  $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../../aclocal
6
7sload_SOURCES = sload.c
8
9if SLOAD_BUILDABLE
10noinst_PROGRAMS = sload
11
12## HACK: install to build-tree
13install-exec-local: $(PROGRAMS)
14        $(MKDIR_P) $(PROJECT_ROOT)/@RTEMS_BSP@/bin
15        $(INSTALL_PROGRAM) $(PROGRAMS) $(PROJECT_ROOT)/@RTEMS_BSP@/bin
16endif
17
18include $(top_srcdir)/../../../../../automake/host.am
Note: See TracBrowser for help on using the repository browser.