From 4c46630639ab25de2a90507694d369116a26059b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 31 Jan 2000 15:15:10 +0000 Subject: Patch rtems-rc-20000118-1.diff from Ralf Corsepius that contains: * cleanups to configuration files * A reworked gccnewlib.spec.in: I have reformated it for enhanced readability and added more rtems-base packages. It now should be free of any installation conflicts (If there still remain some, they should be regarded as bugs). * A fix to the bin2boot RTEMS_BSP issue (make RTEMS_BSP="pc386 pc486" now works). * removes libbsp/bare/wrapup * Further cleanups --- c/src/lib/libbsp/bare/Makefile.am | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'c/src/lib/libbsp/bare/Makefile.am') diff --git a/c/src/lib/libbsp/bare/Makefile.am b/c/src/lib/libbsp/bare/Makefile.am index 4c1ea45a78..db8ee902e2 100644 --- a/c/src/lib/libbsp/bare/Makefile.am +++ b/c/src/lib/libbsp/bare/Makefile.am @@ -9,13 +9,7 @@ include $(top_srcdir)/../bsp.am SUBDIRS = . include -$(PROJECT_RELEASE)/bsp_specs: bsp_specs - $(INSTALL_DATA) $< $@ - -all-local : $(PREINSTALL_FILES) - -EXTRA_DIST = \ -build-tools bsp_specs do-bare-bsp-build +EXTRA_DIST = bsp_specs build-tools do-bare-bsp-build include $(top_srcdir)/../../../../../automake/subdirs.am include $(top_srcdir)/../../../../../automake/local.am -- cgit v1.2.3