From b38673fb9fee63303cc6b7d4923ea0dd7cf7310a Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Thu, 2 Feb 2006 01:41:53 +0000
Subject: make the build system puuuuuuuuuuurty

---
 editors/Makefile.in | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

(limited to 'editors')

diff --git a/editors/Makefile.in b/editors/Makefile.in
index 114d6200d..83e13921e 100644
--- a/editors/Makefile.in
+++ b/editors/Makefile.in
@@ -31,8 +31,7 @@ ifeq ($(needlibm-y),y)
 endif
 
 $(EDITOR_DIR)$(EDITOR_AR): $(patsubst %,$(EDITOR_DIR)%, $(EDITOR-y))
-	$(AR) $(ARFLAGS) $@ $(patsubst %,$(EDITOR_DIR)%, $(EDITOR-y))
+	$(do_ar)
 
 $(EDITOR_DIR)%.o: $(srcdir)/%.c
-	$(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $<
-
+	$(compile.c)
-- 
cgit v1.2.3