Changeset cf59d56b in rtems


Ignore:
Timestamp:
04/27/98 14:19:25 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
36848ce
Parents:
008faafd
Message:

Fix from Ralf Corsepius:

use a wildcard rule instead of explicit listing all include files
(I have more libcpu header files than the public version has. This patch
removes the need to patch this Makefile for my private bsps)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/sh/sh7032/include/Makefile.in

    r008faafd rcf59d56b  
    99PROJECT_ROOT = @PROJECT_ROOT@
    1010
    11 H_FILES = \
    12         $(srcdir)/null.h \
    13         $(srcdir)/sh7_pfc.h \
    14         $(srcdir)/sh7_sci.h \
    15         $(srcdir)/termbits.h \
    16         $(srcdir)/ioqueue.h
     11H_FILES = $(wildcard $(srcdir)/*.h)
    1712
    1813SRCS=$(H_FILES)
Note: See TracChangeset for help on using the changeset viewer.