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

4.104.114.84.95
Last change on this file since cba119c9 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
RevLine 
[55de07f]1#
2# HACK: Compilation rules for building variant'ed object files.
3#
[bb37d32]4$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): %.c $(ARCH)/$(dirstamp)
[55de07f]5        ${COMPILE} -o $@ -c $<
[bb37d32]6$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): %.S $(ARCH)/$(dirstamp)
[55de07f]7        ${CCASCOMPILE} -DASM -o $@ -c $<
Note: See TracBrowser for help on using the repository browser.