diff options
author | hjl <hjl> | 2001-04-22 06:49:04 +0000 |
---|---|---|
committer | hjl <hjl> | 2001-04-22 06:49:04 +0000 |
commit | 92c4f0933fda11e81655c3fc55df11f131a6c538 (patch) | |
tree | 33e722dc4c4947d1e777e9aa6b173fb3b5eba99e /nfs-utils.spec.in | |
parent | b4e592bd075d7307413223f26f0849aede72c763 (diff) | |
download | nfs-utils-92c4f0933fda11e81655c3fc55df11f131a6c538.tar.gz nfs-utils-92c4f0933fda11e81655c3fc55df11f131a6c538.tar.xz nfs-utils-92c4f0933fda11e81655c3fc55df11f131a6c538.zip |
2001-04-21 H.J. Lu <hjl@lucon.org>
* nfs-utils.spec.in: Fix cross build.
* nfs-utils.spec: Regenerated.
(Release): Set to 5.
Diffstat (limited to 'nfs-utils.spec.in')
-rw-r--r-- | nfs-utils.spec.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nfs-utils.spec.in b/nfs-utils.spec.in index 1726468..36c53f4 100644 --- a/nfs-utils.spec.in +++ b/nfs-utils.spec.in @@ -35,13 +35,9 @@ clients which are mounted on that host. %setup -q %build -%if %{_target_cpu} != %{_build_cpu} CC=%{__cc}; export CC BUILD_CC=gcc; export BUILD_CC %configure --build=%{__build_alias} -%else -%configure -%endif make all %install |