Ticket #129: pr129.diff
File pr129.diff, 740 bytes (added by Ralf Corsepius, on 12/03/06 at 13:31:12) |
---|
-
c/src/libfs/src/dosfs/Makefile.am
2001-04-04 Joel Sherrill <joel@OARcorp.com> * src/dosfs/Makefile.am: Per PR129 do not install as many files to the $(includedir). RCS file: /usr1/CVS/rtems/c/src/libfs/src/dosfs/Makefile.am,v retrieving revision 1.4 diff -u -r1.4 Makefile.am
26 26 27 27 C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) 28 28 29 include_HEADERS = fat.h fat_fat_operations.h \ 30 fat_file.h msdos.h dosfs.h 29 include_HEADERS = dosfs.h 31 30 32 31 H_FILES = $(PROJECT_INCLUDE) \ 33 32 $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)