diff options
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 |