summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-03-29 16:55:28 +0000
committerJeremy Katz <katzj@redhat.com>2005-03-29 16:55:28 +0000
commitf42bd73758acead907996db493b145aff8f3b294 (patch)
treec027d54b43689e20bec1ff77ef7983331ffc2856 /Makefile
parent9f4d9f44cf31c6480fa998ba48d73f1516d80a93 (diff)
downloadanaconda-f42bd73758acead907996db493b145aff8f3b294.tar.gz
anaconda-f42bd73758acead907996db493b145aff8f3b294.tar.xz
anaconda-f42bd73758acead907996db493b145aff8f3b294.zip
2005-03-29 Jeremy Katz <katzj@redhat.com>
* constants.py: Make bugzilla URL more changeable. * iw/xconfig_gui.py (XConfigWindow.getNext): Likewise. * packages.py (betaNagScreen): Likewise. * hdrlist.py (GroupSet.__main__): Nuke some dead code. * Makefile (DESTDIR): Likewise. * image.py (findIsoImages): Genericize comment. * loader2/urlinstall.c: Likewise.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f93b30d50..0910de09f 100644
--- a/Makefile
+++ b/Makefile
@@ -14,9 +14,6 @@ SUBDIRS += fonts
endif
endif
-# DESTDIR - destination for install image for install purposes
-DESTDIR = ../../../RedHat/instimage
-
CATALOGS = po/anaconda.pot
PYFILES = $(wildcard *.py)