diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-01-13 07:15:29 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-01-13 07:15:29 +0000 |
commit | 5c6d829a29915bb7e143be7e3f004a3fc7ec3977 (patch) | |
tree | 62ac3ed07958e92a7d68d8960ca0a5fdd45a9f0d /Makefile.inc | |
parent | fbf80e90c2b9595edf7857e5f19f2b64b4931508 (diff) | |
download | anaconda-5c6d829a29915bb7e143be7e3f004a3fc7ec3977.tar.gz anaconda-5c6d829a29915bb7e143be7e3f004a3fc7ec3977.tar.xz anaconda-5c6d829a29915bb7e143be7e3f004a3fc7ec3977.zip |
doesn't need to be defined here
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.inc b/Makefile.inc index bfbdd5f4a..826b3fd1e 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -32,7 +32,3 @@ ifeq (ppc, $(ARCH)) USEDIET=1 endif -# define product name to be imported into the loader and anywhere else -# that needs the proper name of the product -PRODUCTNAME="Red Hat Linux" - |