From 14b7d3607e788c4f2b855efad10f1db9840b74c9 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 30 Dec 2003 02:17:12 +0000 Subject: 2003-12-30 Ralf Corsepius * tod/Makefile.am: Cosmetics. * console/Makefile.am: Cosmetics. --- c/src/lib/libbsp/powerpc/dmv177/console/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/powerpc/dmv177/console/Makefile.am') diff --git a/c/src/lib/libbsp/powerpc/dmv177/console/Makefile.am b/c/src/lib/libbsp/powerpc/dmv177/console/Makefile.am index d1fa1a27fd..b36e80da11 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/console/Makefile.am +++ b/c/src/lib/libbsp/powerpc/dmv177/console/Makefile.am @@ -9,7 +9,8 @@ include $(top_srcdir)/../../../../automake/compile.am include $(top_srcdir)/../../../../automake/lib.am shared_C_FILES = $(top_srcdir)/../../shared/console.c -OBJS += $(shared_C_FILES:$(top_srcdir)/../../shared/%.c=$(ARCH)/%.$(OBJEXT)) +OBJS += \ + $(shared_C_FILES:$(top_srcdir)/../../shared/%.c=$(ARCH)/%.$(OBJEXT)) $(ARCH)/%.$(OBJEXT): $(top_srcdir)/../../shared/%.c $(ARCH)/$(dirstamp) ${COMPILE} -o $@ -c $< -- cgit v1.2.3