mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-29 07:50:18 +00:00
2001-04-04 Joel Sherrill <joel@OARcorp.com>
* src/dosfs/Makefile.am: Per PR129 do not install as many files to the $(includedir).
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2001-04-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* src/dosfs/Makefile.am: Per PR129 do not install as many files
|
||||
to the $(includedir).
|
||||
|
||||
2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* src/dosfs/fat.h: Include <string.h>.
|
||||
|
||||
@@ -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)/%)
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2001-04-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* src/dosfs/Makefile.am: Per PR129 do not install as many files
|
||||
to the $(includedir).
|
||||
|
||||
2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* src/dosfs/fat.h: Include <string.h>.
|
||||
|
||||
@@ -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)/%)
|
||||
|
||||
Reference in New Issue
Block a user