From 6940f50786236ebe62350d10d1a2e8032e9e0cc3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 4 Apr 2002 22:17:14 +0000 Subject: 2001-04-04 Joel Sherrill * src/dosfs/Makefile.am: Per PR129 do not install as many files to the $(includedir). --- c/src/exec/libfs/ChangeLog | 5 +++++ c/src/exec/libfs/src/dosfs/Makefile.am | 3 +-- c/src/libfs/ChangeLog | 5 +++++ c/src/libfs/src/dosfs/Makefile.am | 3 +-- cpukit/libfs/ChangeLog | 5 +++++ cpukit/libfs/src/dosfs/Makefile.am | 3 +-- 6 files changed, 18 insertions(+), 6 deletions(-) diff --git a/c/src/exec/libfs/ChangeLog b/c/src/exec/libfs/ChangeLog index 6b55b6ccae..af33106b30 100644 --- a/c/src/exec/libfs/ChangeLog +++ b/c/src/exec/libfs/ChangeLog @@ -1,3 +1,8 @@ +2001-04-04 Joel Sherrill + + * src/dosfs/Makefile.am: Per PR129 do not install as many files + to the $(includedir). + 2002-04-04 Ralf Corsepius * src/dosfs/fat.h: Include . diff --git a/c/src/exec/libfs/src/dosfs/Makefile.am b/c/src/exec/libfs/src/dosfs/Makefile.am index 61cdb3b659..ad5e898689 100644 --- a/c/src/exec/libfs/src/dosfs/Makefile.am +++ b/c/src/exec/libfs/src/dosfs/Makefile.am @@ -26,8 +26,7 @@ C_FILES = $(FATFS_C_FILES) $(DOSFS_C_FILES) C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) -include_HEADERS = fat.h fat_fat_operations.h \ - fat_file.h msdos.h dosfs.h +include_HEADERS = dosfs.h H_FILES = $(PROJECT_INCLUDE) \ $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) diff --git a/c/src/libfs/ChangeLog b/c/src/libfs/ChangeLog index 6b55b6ccae..af33106b30 100644 --- a/c/src/libfs/ChangeLog +++ b/c/src/libfs/ChangeLog @@ -1,3 +1,8 @@ +2001-04-04 Joel Sherrill + + * src/dosfs/Makefile.am: Per PR129 do not install as many files + to the $(includedir). + 2002-04-04 Ralf Corsepius * src/dosfs/fat.h: Include . diff --git a/c/src/libfs/src/dosfs/Makefile.am b/c/src/libfs/src/dosfs/Makefile.am index 61cdb3b659..ad5e898689 100644 --- a/c/src/libfs/src/dosfs/Makefile.am +++ b/c/src/libfs/src/dosfs/Makefile.am @@ -26,8 +26,7 @@ C_FILES = $(FATFS_C_FILES) $(DOSFS_C_FILES) C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) -include_HEADERS = fat.h fat_fat_operations.h \ - fat_file.h msdos.h dosfs.h +include_HEADERS = dosfs.h H_FILES = $(PROJECT_INCLUDE) \ $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) diff --git a/cpukit/libfs/ChangeLog b/cpukit/libfs/ChangeLog index 6b55b6ccae..af33106b30 100644 --- a/cpukit/libfs/ChangeLog +++ b/cpukit/libfs/ChangeLog @@ -1,3 +1,8 @@ +2001-04-04 Joel Sherrill + + * src/dosfs/Makefile.am: Per PR129 do not install as many files + to the $(includedir). + 2002-04-04 Ralf Corsepius * src/dosfs/fat.h: Include . diff --git a/cpukit/libfs/src/dosfs/Makefile.am b/cpukit/libfs/src/dosfs/Makefile.am index 61cdb3b659..ad5e898689 100644 --- a/cpukit/libfs/src/dosfs/Makefile.am +++ b/cpukit/libfs/src/dosfs/Makefile.am @@ -26,8 +26,7 @@ C_FILES = $(FATFS_C_FILES) $(DOSFS_C_FILES) C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) -include_HEADERS = fat.h fat_fat_operations.h \ - fat_file.h msdos.h dosfs.h +include_HEADERS = dosfs.h H_FILES = $(PROJECT_INCLUDE) \ $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) -- cgit v1.2.3