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:
Ralf Corsepius
2005-01-06 10:56:36 +00:00
parent 7010db3dc6
commit 1838993fae
3 changed files with 8 additions and 3 deletions

View File

@@ -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. * Makefile.am: Remove DIST_SUBDIRS.

View File

@@ -11,7 +11,7 @@ MANAGERS = io mp
C_FILES = ../init.c ../apptask.c C_FILES = ../init.c ../apptask.c
C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT)) C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT))
$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) $(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp)
${COMPILE} -o $@ -c $< ${COMPILE} -o $@ -c $<
H_FILES = system.h H_FILES = system.h

View File

@@ -11,7 +11,7 @@ MANAGERS = io mp
C_FILES = ../init.c ../apptask.c C_FILES = ../init.c ../apptask.c
C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT)) C_O_FILES = $(C_FILES:../%.c=${ARCH}/%.$(OBJEXT))
$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): ../%.c $(ARCH)/$(dirstamp) $(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp)
${COMPILE} -o $@ -c $< ${COMPILE} -o $@ -c $<
H_FILES = system.h H_FILES = system.h