From 32c96c7605e4acb548ee702af19741dbd0d09a30 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 26 Aug 2011 11:12:40 +0100 Subject: [PATCH] Remove obsolete ELF_DEFAULT_ARCH, DEFAULT_ARCH rules from Makefile. This updates commit df569d49aa10af5995f771362ddc1400f16486e8. --- helper/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) diff --git a/helper/Makefile.am b/helper/Makefile.am index f60e80e..b8a4537 100644 --- a/helper/Makefile.am +++ b/helper/Makefile.am @@ -42,10 +42,6 @@ init_SOURCES = init.c init_CFLAGS = -static init_LDFLAGS = -static -# http://www.doof.me.uk/2010/05/07/cute-objcopy-hack/ -ELF_DEFAULT_ARCH = $(shell $(srcdir)/elf-default-arch | gawk '{ print $$1 }') -DEFAULT_ARCH = $(shell $(srcdir)/elf-default-arch | gawk '{ print $$2 }') - CLEANFILES = ext2init.S ext2init.o: ext2init.S -- 1.8.3.1