source: rtems/testsuites/automake/leaf.am @ d0061287

4.115
Last change on this file since d0061287 was 8f71a36, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/20/04 at 07:09:31

Remove stray white spaces.

  • Property mode set to 100644
File size: 283 bytes
Line 
1include $(RTEMS_ROOT)/make/leaf.cfg
2
3CXXLINK_APP = $(CXXLINK) $(LDLIBS) $(LINK_OBJS) $(LINK_LIBS)
4ifndef make-cxx-exe
5define make-cxx-exe
6        $(CXXLINK_APP)
7endef
8@ENDIF@
9
10LINK_APP = $(LINK) $(LDLIBS) $(LINK_OBJS) $(LINK_LIBS)
11ifndef make-exe
12define make-exe
13        $(LINK_APP)
14endef
15@ENDIF@
Note: See TracBrowser for help on using the repository browser.