Changeset 239cf33 in rtems


Ignore:
Timestamp:
07/22/02 13:44:42 (22 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
0e1dd41f
Parents:
4ca9353
Message:

2002-07-22 Ralf Corsepius <corsepiu@…>

  • src/dosfs/Makefile.am: Use .$(OBJEXT) instead of .o.
  • src/src/imfs/Makefile.am: Ditto.
Location:
cpukit/libfs
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libfs/ChangeLog

    r4ca9353 r239cf33  
     12002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * src/dosfs/Makefile.am: Use .$(OBJEXT) instead of .o.
     4        * src/src/imfs/Makefile.am: Ditto.
     5
    162002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • cpukit/libfs/src/dosfs/Makefile.am

    r4ca9353 r239cf33  
    2222C_FILES = $(FATFS_C_FILES) $(DOSFS_C_FILES)
    2323
    24 C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
     24C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
    2525
    2626include_HEADERS = dosfs.h
  • cpukit/libfs/src/imfs/Makefile.am

    r4ca9353 r239cf33  
    2525C_FILES = $(COMMON_C_FILES) $(EMBEDDED_C_FILES)
    2626endif
    27 C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
     27C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
    2828
    2929include_HEADERS = imfs.h
Note: See TracChangeset for help on using the changeset viewer.