From 98e1de84a33be9839380521b45e9d54dd6d1f9c4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 5 Jan 2001 13:31:04 +0000 Subject: 2001-01-05 Joel Sherrill * /dev/null moved to libmisc. * Makefile.am, configure.in: Removed null directory. * include/Makefile.am: Removed null.h. * include/null.h, null/.cvsignore, null/Makefile.am, null/close.c, null/cntrl.c, null/init.c, null/open.c, null/read.c, null/write.c: Removed. --- c/src/lib/libcpu/sh/sh7032/include/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libcpu/sh/sh7032/include/Makefile.am') diff --git a/c/src/lib/libcpu/sh/sh7032/include/Makefile.am b/c/src/lib/libcpu/sh/sh7032/include/Makefile.am index d28120ce9f..77cb8b5b59 100644 --- a/c/src/lib/libcpu/sh/sh7032/include/Makefile.am +++ b/c/src/lib/libcpu/sh/sh7032/include/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = foreign 1.4 -H_FILES = null.h sci.h sh7_pfc.h sh7_sci.h +H_FILES = sci.h sh7_pfc.h sh7_sci.h SCORE_H_FILES = ispsh7032.h iosh7032.h # NOTE: Unlike other CPUS, we install into a subdirectory to avoid @@ -25,6 +25,6 @@ TMPINSTALL_FILES += $(PROJECT_INCLUDE)/sh \ all-local: $(TMPINSTALL_FILES) -EXTRA_DIST = null.h sci.h sh7_pfc.h sh7_sci.h +EXTRA_DIST = sci.h sh7_pfc.h sh7_sci.h include $(top_srcdir)/../../../../../../automake/local.am -- cgit v1.2.3