From cf59d56b07095ab0ef1abe735adfdc9521f9a0a9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 27 Apr 1998 14:19:25 +0000 Subject: 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) --- c/src/lib/libcpu/sh/sh7032/include/Makefile.in | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'c/src/lib/libcpu/sh') 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) -- cgit v1.2.3