source: rtems/c/src/lib/libbsp/bspstart.am @ 5c7f274

4.104.114.84.95
Last change on this file since 5c7f274 was 6128a4a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/21/04 at 10:43:04

Remove stray white spaces.

  • Property mode set to 100644
File size: 244 bytes
Line 
1#
2# HACK: Compilation rules for building variant'ed object files.
3#
4$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): %.c $(ARCH)/$(dirstamp)
5        ${COMPILE} -o $@ -c $<
6$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): %.S $(ARCH)/$(dirstamp)
7        ${CCASCOMPILE} -DASM -o $@ -c $<
Note: See TracBrowser for help on using the repository browser.