From 4145ad6be7a13f412c5ddf11402220b2c50eb636 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 29 Jan 2001 15:40:58 +0000 Subject: 2001-01-27 Ralf Corsepius * startup/genpvec.c: #include instead of "chain.h", fix CVS-Id. * include/chain.h: Remove. * include/Makefile.am: Remove chain.h. --- c/src/lib/libbsp/powerpc/score603e/include/Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/score603e/include/Makefile.am') diff --git a/c/src/lib/libbsp/powerpc/score603e/include/Makefile.am b/c/src/lib/libbsp/powerpc/score603e/include/Makefile.am index 8e3935008f..90734dec8a 100644 --- a/c/src/lib/libbsp/powerpc/score603e/include/Makefile.am +++ b/c/src/lib/libbsp/powerpc/score603e/include/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = foreign 1.4 -H_FILES = bsp.h coverhd.h chain.h gen1.h gen2.h tod.h +H_FILES = bsp.h coverhd.h gen1.h gen2.h tod.h $(PROJECT_INCLUDE)/bsp.h: bsp.h $(INSTALL_DATA) $< $@ @@ -12,9 +12,6 @@ $(PROJECT_INCLUDE)/bsp.h: bsp.h $(PROJECT_INCLUDE)/coverhd.h: coverhd.h $(INSTALL_DATA) $< $@ -$(PROJECT_INCLUDE)/chain.h: chain.h - $(INSTALL_DATA) $< $@ - $(PROJECT_INCLUDE)/gen1.h: gen1.h $(INSTALL_DATA) $< $@ @@ -25,7 +22,7 @@ $(PROJECT_INCLUDE)/tod.h: tod.h $(INSTALL_DATA) $< $@ TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ - $(PROJECT_INCLUDE)/coverhd.h $(PROJECT_INCLUDE)/chain.h \ + $(PROJECT_INCLUDE)/coverhd.h \ $(PROJECT_INCLUDE)/gen1.h $(PROJECT_INCLUDE)/gen2.h \ $(PROJECT_INCLUDE)/tod.h -- cgit v1.2.3