diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-10-03 16:53:24 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-10-03 16:53:24 +0000 |
commit | 25e42f4a4a745f2c190657e37af9da4fa4a5d58c (patch) | |
tree | 01ea44929c94612e0e98dd8fbf255c9f4f524179 /Makefile | |
parent | ef1c70761bc5c505780433fd9f696258c9e0cb6f (diff) | |
download | anaconda-25e42f4a4a745f2c190657e37af9da4fa4a5d58c.tar.gz anaconda-25e42f4a4a745f2c190657e37af9da4fa4a5d58c.tar.xz anaconda-25e42f4a4a745f2c190657e37af9da4fa4a5d58c.zip |
build minislang and mininewt on ia64 also since they're a necessary part of our hack to get tui box drawing characters happy
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,9 +1,9 @@ # Copyright (C) 1998-2002 Red Hat, Inc. include Makefile.inc -ifneq (ia64, $(ARCH)) MINISLANG=minislang MININEWT=mininewt +ifneq (ia64, $(ARCH)) STUBS=stubs endif |