From 4043f4202f32b662989b32f6a1d221d6360d2a86 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 22 Dec 2003 16:10:00 +0000 Subject: 2003-12-22 Ralf Corsepius * PCI_bus/Makefile.am: Eliminate VPATH. * clock/Makefile.am: Eliminate VPATH. * console/Makefile.am: Eliminate VPATH. * start/Makefile.am: Eliminate VPATH. * startup/Makefile.am: Eliminate VPATH. * timer/Makefile.am: Eliminate VPATH. * tod/Makefile.am: Eliminate VPATH. * vectors/Makefile.am: Eliminate VPATH. --- c/src/lib/libbsp/powerpc/score603e/start/Makefile.am | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/score603e/start') diff --git a/c/src/lib/libbsp/powerpc/score603e/start/Makefile.am b/c/src/lib/libbsp/powerpc/score603e/start/Makefile.am index 01a0f84051..660f0fdf07 100644 --- a/c/src/lib/libbsp/powerpc/score603e/start/Makefile.am +++ b/c/src/lib/libbsp/powerpc/score603e/start/Makefile.am @@ -3,18 +3,12 @@ ## S_FILES = start.S -S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) - -OBJS = $(S_O_FILES) +OBJS = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) include $(top_srcdir)/../../../../automake/compile.am include $(top_srcdir)/../../../../automake/lib.am include $(top_srcdir)/../../bspstart.am -# -# (OPTIONAL) Add local stuff here using += -# - project_lib_DATA = $(ARCH)/start$(LIB_VARIANT).$(OBJEXT) all-local: $(TMPINSTALL_FILES) -- cgit v1.2.3