Changeset bd9265d in rtems for cpukit/score/include/Makefile.am


Ignore:
Timestamp:
05/14/02 18:11:36 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
0fe89f6
Parents:
6c138bf
Message:

2002-05-03 Ralf Corsepius <corsepiu@…>

  • include/Makefile.am: Work-around to autoconf-2.53 adding PACKAGE_* to autoheaders - sed out *PACKAGE* from cpuopts-tmp.h.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/score/include/Makefile.am

    r6c138bf rbd9265d  
    5656        @echo "#define __CPU_OPTIONS_h"                        >>$@
    5757        @echo                                                  >>$@
    58         @cat rtems/score/cpuopts-tmp.h                         >>$@
     58        @cat rtems/score/cpuopts-tmp.h | sed -e '/.*PACKAGE.*/d' >>$@
    5959        @echo                                                  >>$@
    6060        @echo "#endif"                                         >>$@
Note: See TracChangeset for help on using the changeset viewer.