summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhjl <hjl>2001-04-23 05:09:49 +0000
committerhjl <hjl>2001-04-23 05:09:49 +0000
commit0a1909eece7100a5e4c91d371c296fe60872a0d0 (patch)
tree4fa2e4d729ad2cf8bce39f8b4f3dc13988798335
parent92c4f0933fda11e81655c3fc55df11f131a6c538 (diff)
downloadnfs-utils-0a1909eece7100a5e4c91d371c296fe60872a0d0.tar.gz
nfs-utils-0a1909eece7100a5e4c91d371c296fe60872a0d0.tar.xz
nfs-utils-0a1909eece7100a5e4c91d371c296fe60872a0d0.zip
2001-04-22 H.J. Lu <hjl@lucon.org>
* nfs-utils.spec.in: Fix a typo. * nfs-utils.spec: Regenerated.
-rw-r--r--ChangeLog5
-rw-r--r--nfs-utils.spec2
-rw-r--r--nfs-utils.spec.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3aa668e..72d52f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-22 H.J. Lu <hjl@lucon.org>
+
+ * nfs-utils.spec.in: Fix a typo.
+ * nfs-utils.spec: Regenerated.
+
2001-04-21 H.J. Lu <hjl@lucon.org>
* nfs-utils.spec.in: Fix cross build.
diff --git a/nfs-utils.spec b/nfs-utils.spec
index 5f820d4..ced645a 100644
--- a/nfs-utils.spec
+++ b/nfs-utils.spec
@@ -37,7 +37,7 @@ clients which are mounted on that host.
%build
CC=%{__cc}; export CC
BUILD_CC=gcc; export BUILD_CC
-%configure --build=%{__build_alias}
+%configure --build=%{_build_alias}
make all
%install
diff --git a/nfs-utils.spec.in b/nfs-utils.spec.in
index 36c53f4..899528b 100644
--- a/nfs-utils.spec.in
+++ b/nfs-utils.spec.in
@@ -37,7 +37,7 @@ clients which are mounted on that host.
%build
CC=%{__cc}; export CC
BUILD_CC=gcc; export BUILD_CC
-%configure --build=%{__build_alias}
+%configure --build=%{_build_alias}
make all
%install