summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-27 14:19:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-27 14:19:25 +0000
commitcf59d56b07095ab0ef1abe735adfdc9521f9a0a9 (patch)
treea1677847259b7201fb40797fa66e8ba96ac82d02
parentAdded shared directory. (diff)
downloadrtems-cf59d56b07095ab0ef1abe735adfdc9521f9a0a9.tar.bz2
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)
-rw-r--r--c/src/lib/libcpu/sh/sh7032/include/Makefile.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/c/src/lib/libcpu/sh/sh7032/include/Makefile.in b/c/src/lib/libcpu/sh/sh7032/include/Makefile.in
index 80e073e691..8b531dfb69 100644
--- a/c/src/lib/libcpu/sh/sh7032/include/Makefile.in
+++ b/c/src/lib/libcpu/sh/sh7032/include/Makefile.in
@@ -8,12 +8,7 @@ VPATH=@srcdir@
RTEMS_ROOT = @top_srcdir@
PROJECT_ROOT = @PROJECT_ROOT@
-H_FILES = \
- $(srcdir)/null.h \
- $(srcdir)/sh7_pfc.h \
- $(srcdir)/sh7_sci.h \
- $(srcdir)/termbits.h \
- $(srcdir)/ioqueue.h
+H_FILES = $(wildcard $(srcdir)/*.h)
SRCS=$(H_FILES)