diff options
author | hjl <hjl> | 2001-04-23 05:09:49 +0000 |
---|---|---|
committer | hjl <hjl> | 2001-04-23 05:09:49 +0000 |
commit | 0a1909eece7100a5e4c91d371c296fe60872a0d0 (patch) | |
tree | 4fa2e4d729ad2cf8bce39f8b4f3dc13988798335 | |
parent | 92c4f0933fda11e81655c3fc55df11f131a6c538 (diff) | |
download | nfs-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-- | ChangeLog | 5 | ||||
-rw-r--r-- | nfs-utils.spec | 2 | ||||
-rw-r--r-- | nfs-utils.spec.in | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -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 |