From 096bb11e5848b06642a42a747c9c1b3d14b5df5f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 4 Oct 1995 20:21:21 +0000 Subject: (%_pic.o: %.c): Use $(COMPILE.c) instead of its contents. Pass -DPIC. (%_pic.o: %.S): New rule. --- Makeconf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makeconf b/Makeconf index fb79f927..038f6310 100644 --- a/Makeconf +++ b/Makeconf @@ -216,8 +216,10 @@ relink: # Default rule to build PIC object files. %_pic.o: %.c - $(CC) -c $(CPPFLAGS) $(CFLAGS) -fPIC $< -o $@ + $(COMPILE.c) $< -DPIC -fPIC -o $@ +%_pic.o: %.S + $(COMPILE.S) $< -DPIC -o $@ # How to build RPC stubs -- cgit v1.2.3