Skip to content

Commit

Permalink
OS-1587 gcc and gas makefile rules not properly updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rmustacc committed Sep 28, 2012
1 parent d1e862e commit 54c2db1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -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)

Expand Down

0 comments on commit 54c2db1

Please sign in to comment.