2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
 	* sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
This commit is contained in:
Ralf Corsepius
2002-08-11 05:58:11 +00:00
parent 45e4f321ed
commit 2f6a4b3405
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
* sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
2002-07-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sapi/Makefile.am: Add bsplib_DATA = $(PGMS).

View File

@@ -5,7 +5,7 @@
C_FILES = no-dpmem.c no-event.c no-msg.c no-mp.c no-part.c no-region.c \
no-rtmon.c no-sem.c no-signal.c no-timer.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
PGMS = $(C_FILES:%.c=$(ARCH)/%.rel)

View File

@@ -4,7 +4,7 @@
C_FILES = no-ext.c no-io.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
PGMS = $(C_FILES:%.c=$(ARCH)/%.rel)