diff options
author | Erik Troan <ewt@redhat.com> | 2000-06-07 21:04:41 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-06-07 21:04:41 +0000 |
commit | 2f7316971af4d6278af8cd4d87f95087767fdb29 (patch) | |
tree | 065a9bd69ab516c387af07d30deeec49e62ad748 /Makefile | |
parent | 2792ea7253c07324f734d57fa6c463fbaa5fcad6 (diff) | |
download | anaconda-2f7316971af4d6278af8cd4d87f95087767fdb29.tar.gz anaconda-2f7316971af4d6278af8cd4d87f95087767fdb29.tar.xz anaconda-2f7316971af4d6278af8cd4d87f95087767fdb29.zip |
ia64 isn't so special
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,12 +4,11 @@ VERSION = 7.0 SUBDIRSHD = balkan isys libfdisk collage loader po text-help \ minislang textw utils scripts bootdisk installclasses \ - keymaps fonts + keymaps fonts gnome-map iw help pixmaps SUBDIRS = $(SUBDIRSHD) ifneq (ia64, $(ARCH)) SUBDIRSHD += stubs -SUBDIRS = $(SUBDIRSHD) gnome-map iw help pixmaps endif ifeq (i386, $(ARCH)) |