From: Richard W.M. Jones Date: Fri, 26 Aug 2011 10:12:40 +0000 (+0100) Subject: Remove obsolete ELF_DEFAULT_ARCH, DEFAULT_ARCH rules from Makefile. X-Git-Tag: 3.9~1 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;ds=sidebyside;h=32c96c7605e4acb548ee702af19741dbd0d09a30;hp=b7c42fd392a1cade2492cd9145b213125d0f871a;p=febootstrap.git Remove obsolete ELF_DEFAULT_ARCH, DEFAULT_ARCH rules from Makefile. This updates commit df569d49aa10af5995f771362ddc1400f16486e8. --- 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