diff options
author | Peter Jones <pjones@redhat.com> | 2006-06-26 15:01:37 +0000 |
---|---|---|
committer | Peter Jones <pjones@redhat.com> | 2006-06-26 15:01:37 +0000 |
commit | 5e02daa09efa156a1465e12a432ab7c05c51c68b (patch) | |
tree | 40157a6363c911783d38921b1303ccbb882a14f1 /Makefile.inc | |
parent | 449c0b5eaf6b6f7b83690a422a98b8bdacb044e2 (diff) | |
download | anaconda-5e02daa09efa156a1465e12a432ab7c05c51c68b.tar.gz anaconda-5e02daa09efa156a1465e12a432ab7c05c51c68b.tar.xz anaconda-5e02daa09efa156a1465e12a432ab7c05c51c68b.zip |
- get rid of diet.
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.inc b/Makefile.inc index 046026297..0675ed7d4 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -18,12 +18,6 @@ else LIBDIR = lib endif -# diet defines -USEDIET=0 -ifeq (nosucharch, $(ARCH)) -USEDIET=1 -endif - USESELINUX=1 ifeq ($(USESELINUX),1) |