From 8b9c2bd0462a1185eaa4d320472106e9aa0c7646 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 1 Nov 2005 21:50:15 +0000 Subject: Split up the .o and .os rules, so all the sources are created if DOPIC is disabled. --- Makerules | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index b50b8a594..da3a98e3f 100644 --- a/Makerules +++ b/Makerules @@ -25,13 +25,19 @@ compile-m=$(CC) $^ -c -o $@ $(CPPFLAGS) $(CFLAGS) $(ARCH_CFLAGS) $(CFLAGS-$(suff CFLAGS-.os+=$(PICFLAG) CFLAGS-.oS+=$(PICFLAG) -DSHARED -%.o %.os: %.c +%.o: %.c + $(compile.c) + +%.os: %.c $(compile.c) %.oS: %.c $(compile.c) -%.o %.os: %.S +%.o: %.S + $(compile.S) + +%.os: %.S $(compile.S) #ifeq ($(HAVE_ELF),y) -- cgit v1.2.3