diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-05-05 15:06:15 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-05-05 15:06:15 +0000 |
commit | b9e34905bc504195c881201ba7b472d65577d735 (patch) | |
tree | 43017cf1607c5a8c9398647092874b62c64aca3b /Makefile.inc | |
parent | a2ecfaa6df7a71b5b36cb8b1898065b9ef11220a (diff) | |
download | anaconda-b9e34905bc504195c881201ba7b472d65577d735.tar.gz anaconda-b9e34905bc504195c881201ba7b472d65577d735.tar.xz anaconda-b9e34905bc504195c881201ba7b472d65577d735.zip |
merge changes from taroon-branch. this merges up to anaconda-9.0.2-1.RHEL
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc index ad57fd498..56c6c42f0 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -15,8 +15,9 @@ PYTHONINCLUDE = /usr/include/python2.2 ARCH := $(patsubst i%86,i386,$(shell uname -m)) ARCH := $(patsubst sparc%,sparc,$(ARCH)) ARCH := $(patsubst ppc%,ppc,$(ARCH)) +FULLARCH := $(shell uname -m) -ifneq (,$(filter ppc64 x86_64 s390x,$(ARCH))) +ifneq (,$(filter ppc64 x86_64 s390x,$(FULLARCH))) LIBDIR = lib64 else LIBDIR = lib |