From 54c2db17a6356668c8daa4ca6c88fd2cda629004 Mon Sep 17 00:00:00 2001 From: Robert Mustacchi Date: Fri, 28 Sep 2012 21:01:14 +0000 Subject: [PATCH] OS-1587 gcc and gas makefile rules not properly updated --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f8d76c1d..bd472cb5 100644 --- a/Makefile +++ b/Makefile @@ -104,12 +104,12 @@ node.js: openssl # gets appended. # -$(DESTDIR)/usr/gnu/bin/as: FRC +$(DESTDIR)/usr/gnu/bin/gas: FRC (cd binutils && \ PKG_CONFIG_LIBDIR="" $(MAKE) DESTDIR=$(DESTDIR) install) -$(DESTDIR)/usr/bin/gcc: $(DESTDIR)/usr/gnu/bin/as +$(DESTDIR)/usr/bin/gcc: $(DESTDIR)/usr/gnu/bin/gas (cd gcc4 && \ PKG_CONFIG_LIBDIR="" $(MAKE) DESTDIR=$(DESTDIR) install)