source: rtems/c/src/lib/libbsp/bsp.am @ 4906d72f

4.104.114.84.95
Last change on this file since 4906d72f was 02a5244, checked in by Joel Sherrill <joel.sherrill@…>, on 02/02/01 at 18:29:52

2001-02-02 Ralf Corsepius <corsepiu@…>

  • bsp.am: Fix automake version number in comment.
  • Property mode set to 100644
File size: 361 bytes
Line 
1##
2## $Id$
3##
4
5$(PROJECT_ROOT)/@RTEMS_BSP@/lib:
6        @$(mkinstalldirs) $@
7
8$(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs: bsp_specs
9        $(INSTALL_DATA) $< $@
10
11## FIXME: Do not split this line into several lines
12## A bug in automake-1.4 will generate incorrect results otherwise
13PREINSTALL_FILES += $(PROJECT_ROOT)/@RTEMS_BSP@/lib $(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs
Note: See TracBrowser for help on using the repository browser.