summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhjl <hjl>2001-04-18 16:15:05 +0000
committerhjl <hjl>2001-04-18 16:15:05 +0000
commitb4e592bd075d7307413223f26f0849aede72c763 (patch)
tree48cd2b042973530401e5731f6591b518f1223d49
parent2167cbdfa4c82cd71a8f838978c595a0fd03e247 (diff)
downloadnfs-utils-b4e592bd075d7307413223f26f0849aede72c763.tar.gz
nfs-utils-b4e592bd075d7307413223f26f0849aede72c763.tar.xz
nfs-utils-b4e592bd075d7307413223f26f0849aede72c763.zip
Undo the last change.
-rw-r--r--ChangeLog5
-rw-r--r--nfs-utils.spec1
-rw-r--r--nfs-utils.spec.in1
3 files changed, 0 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f667de..eb89d8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,5 @@
2001-04-18 H.J. Lu <hjl@lucon.org>
- * nfs-utils.spec.in: Updated.
- * nfs-utils.spec: Regenerated.
-
-2001-04-18 H.J. Lu <hjl@lucon.org>
-
* nfs-utils.spec.in: Support cross build.
* nfs-utils.spec: Regenerated.
(Release): Set to 4.
diff --git a/nfs-utils.spec b/nfs-utils.spec
index d714cb1..46758bc 100644
--- a/nfs-utils.spec
+++ b/nfs-utils.spec
@@ -37,7 +37,6 @@ clients which are mounted on that host.
%build
%if %{_target_cpu} != %{_build_cpu}
CC=%{__cc}; export CC
-CXX=%{__cxx}; export CXX
BUILD_CC=gcc; export BUILD_CC
%configure --build=%{__build_alias}
%else
diff --git a/nfs-utils.spec.in b/nfs-utils.spec.in
index 3b81725..1726468 100644
--- a/nfs-utils.spec.in
+++ b/nfs-utils.spec.in
@@ -37,7 +37,6 @@ clients which are mounted on that host.
%build
%if %{_target_cpu} != %{_build_cpu}
CC=%{__cc}; export CC
-CXX=%{__cxx}; export CXX
BUILD_CC=gcc; export BUILD_CC
%configure --build=%{__build_alias}
%else