From b38673fb9fee63303cc6b7d4923ea0dd7cf7310a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 2 Feb 2006 01:41:53 +0000 Subject: make the build system puuuuuuuuuuurty --- procps/Makefile.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'procps/Makefile.in') diff --git a/procps/Makefile.in b/procps/Makefile.in index b7eb7dca1..c177c9041 100644 --- a/procps/Makefile.in +++ b/procps/Makefile.in @@ -29,8 +29,7 @@ APPLET_SRC-y+=$(PROCPS_SRC-y) APPLET_SRC-a+=$(PROCPS_SRC-a) $(PROCPS_DIR)$(PROCPS_AR): $(patsubst %,$(PROCPS_DIR)%, $(PROCPS-y)) - $(AR) $(ARFLAGS) $@ $(patsubst %,$(PROCPS_DIR)%, $(PROCPS-y)) + $(do_ar) $(PROCPS_DIR)%.o: $(srcdir)/%.c - $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $< - + $(compile.c) -- cgit v1.2.3