forked from Imagelibrary/rtems
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:
@@ -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).
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user