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

4.104.114.84.95
Last change on this file since e4752eb7 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: 293 bytes
Line 
1##
2## $Id$
3##
4
5## Explicitly set CPPASCOMPILE
6# to be able to use it for compilation of *.S even if automake
7# doesn't generate this variable. (automake-1.8.2+ only generates
8# this rule if *_SOURCES contain *.S.)
9CPPASCOMPILE = $(CCAS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
Note: See TracBrowser for help on using the repository browser.