forked from Imagelibrary/rtems
2005-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Remove LIB_VARIANT.
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
2004-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
2005-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
|
||||
Remove LIB_VARIANT.
|
||||
|
||||
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove DIST_SUBDIRS.
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ MANAGERS = io mp
|
||||
C_FILES = ../init.c ../apptask.c
|
||||
C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT))
|
||||
|
||||
$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp)
|
||||
$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp)
|
||||
${COMPILE} -o $@ -c $<
|
||||
|
||||
H_FILES = system.h
|
||||
|
||||
@@ -11,7 +11,7 @@ MANAGERS = io mp
|
||||
C_FILES = ../init.c ../apptask.c
|
||||
C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT))
|
||||
|
||||
$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp)
|
||||
$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp)
|
||||
${COMPILE} -o $@ -c $<
|
||||
|
||||
H_FILES = system.h
|
||||
|
||||
Reference in New Issue
Block a user