diff options
author | Jack Lloyd <[email protected]> | 2020-11-07 07:39:15 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-11-07 07:39:15 -0500 |
commit | 9ac8314638f66849525d0276db046623aced8613 (patch) | |
tree | 2090de85d2507c6a2e6fd0a853c2c39ceb2b05c8 /src/build-data/makefile.in | |
parent | 24058762d3196b84ea284eb9949c698a0db203ac (diff) |
Makefile header tweaks
Diffstat (limited to 'src/build-data/makefile.in')
-rw-r--r-- | src/build-data/makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/build-data/makefile.in b/src/build-data/makefile.in index 4d68ab1ec..b89621f9d 100644 --- a/src/build-data/makefile.in +++ b/src/build-data/makefile.in @@ -1,8 +1,8 @@ -# This makefile was generated using '%{command_line}' +# Makefile for Botan %{version} generated using +# '%{command_line}' # Paths to relevant programs - CXX = %{cxx} LINKER = %{linker} AR = %{ar_command} @@ -10,7 +10,6 @@ AR_OPTIONS = %{ar_options} PYTHON_EXE = %{python_exe} # Compiler Flags - ABI_FLAGS = %{cc_sysroot} %{cxx_abi_flags} LANG_FLAGS = %{cc_lang_flags} %{os_feature_macros} CXXFLAGS = %{cc_compile_flags} -DBOTAN_IS_BEING_BUILT |