diff options
author | Jani Välimaa <wally@mageia.org> | 2020-01-16 19:28:12 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2020-01-16 19:28:12 +0200 |
commit | d7aae46364f29ba9b0b2ee6dd9cb9217bc6c23f6 (patch) | |
tree | b8a9e1f0887c210491ff1ab8906cd2ff9d026331 | |
parent | 20c020accb89944c843e14e8944401d31e06b79d (diff) | |
download | rpm-setup-d7aae46364f29ba9b0b2ee6dd9cb9217bc6c23f6.tar rpm-setup-d7aae46364f29ba9b0b2ee6dd9cb9217bc6c23f6.tar.gz rpm-setup-d7aae46364f29ba9b0b2ee6dd9cb9217bc6c23f6.tar.bz2 rpm-setup-d7aae46364f29ba9b0b2ee6dd9cb9217bc6c23f6.tar.xz rpm-setup-d7aae46364f29ba9b0b2ee6dd9cb9217bc6c23f6.zip |
build.macros: fix tabs vs. spaces
-rw-r--r-- | build.macros.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.macros.in b/build.macros.in index 6f57bf9..59a8387 100644 --- a/build.macros.in +++ b/build.macros.in @@ -228,7 +228,7 @@ export CFLAGS="%optflags"; export CXXFLAGS="%optflags"; export RPM_OPT_FLAGS="%o %{before_configure}; \ %{_configure} --host=%{_host} --build=%{_build} \\\ --program-prefix=%{?_program_prefix} \\\ - --disable-dependency-tracking \\\ + --disable-dependency-tracking \\\ --exec-prefix=%{_exec_prefix} \\\ --bindir=%{_bindir} \\\ --sbindir=%{_sbindir} \\\ |