From ef73563f548ee077408ada12ca339ce807687b96 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 22 Jul 2002 06:35:08 +0000 Subject: 2002-07-22 Ralf Corsepius * Makefile.am: Eliminate LIBNAME. Cosmetical cleanups. --- cpukit/libblock/ChangeLog | 4 ++++ cpukit/libblock/Makefile.am | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/cpukit/libblock/ChangeLog b/cpukit/libblock/ChangeLog index c1fb55f89c..5996b2f208 100644 --- a/cpukit/libblock/ChangeLog +++ b/cpukit/libblock/ChangeLog @@ -1,3 +1,7 @@ +2002-07-22 Ralf Corsepius + + * Makefile.am: Eliminate LIBNAME. Cosmetical cleanups. + 2002-07-05 Ralf Corsepius * configure.ac: RTEMS_TOP(../..). diff --git a/cpukit/libblock/Makefile.am b/cpukit/libblock/Makefile.am index 85a2b6af6a..cbae75e203 100644 --- a/cpukit/libblock/Makefile.am +++ b/cpukit/libblock/Makefile.am @@ -15,15 +15,14 @@ $(PROJECT_INCLUDE)/rtems: @$(mkinstalldirs) $@ include_rtems_HEADERS = \ - include/rtems/bdbuf.h include/rtems/blkdev.h \ - include/rtems/diskdevs.h include/rtems/ramdisk.h + include/rtems/bdbuf.h include/rtems/blkdev.h \ + include/rtems/diskdevs.h include/rtems/ramdisk.h PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ $(include_rtems_HEADERS:include/%=$(PROJECT_INCLUDE)/%) all-local: $(PREINSTALL_FILES) - EXTRA_DIST = README include $(top_srcdir)/../automake/subdirs.am -- cgit v1.2.3