summaryrefslogtreecommitdiffstats
path: root/utils/Makefile.am
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2010-05-06 11:25:47 -1000
committerDavid Cantrell <dcantrell@redhat.com>2010-05-06 11:27:02 -1000
commit5b8f6c4107f585c08fe6ef192c3a55d602ec431f (patch)
tree509fd9033829bba07d526e164accace9ed7ed45e /utils/Makefile.am
parent6b2d3d504fbbafd181ada8e13967cacfe704563d (diff)
downloadanaconda-5b8f6c4107f585c08fe6ef192c3a55d602ec431f.tar.gz
anaconda-5b8f6c4107f585c08fe6ef192c3a55d602ec431f.tar.xz
anaconda-5b8f6c4107f585c08fe6ef192c3a55d602ec431f.zip
Rename geninitrdsz.c to addrsize.c (#546422)
Rename the geninitrdsz.c program to addrsize.c to more accurately reflect what it's generating. Update Makefile.am and its usage in the buildinstall scripts. The load address is provided as a shell variable in scripts/mk-images.s390.
Diffstat (limited to 'utils/Makefile.am')
-rw-r--r--utils/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am
index 54a9da869..d11b80561 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -25,7 +25,7 @@ noinst_PROGRAMS = snarffont
dist_noinst_SCRIPTS = filtermoddeps
if IS_S390
-utils_PROGRAMS += geninitrdsz mk-s390-cdboot
+utils_PROGRAMS += addrsize mk-s390-cdboot
endif
modlist_CFLAGS = -I$(top_srcdir)/loader $(GLIB_CFLAGS)