Commit 89b5829d authored by Diego Biurrun's avatar Diego Biurrun

build: Remove multiple inclusion guards from config.mak.

config.mak is no longer included multiple times; the guards are pointless.
parent a6213f3d
...@@ -3248,8 +3248,6 @@ config_files="$TMPH config.mak" ...@@ -3248,8 +3248,6 @@ config_files="$TMPH config.mak"
cat > config.mak <<EOF cat > config.mak <<EOF
# Automatically generated by configure - do not modify! # Automatically generated by configure - do not modify!
ifndef LIBAV_CONFIG_MAK
LIBAV_CONFIG_MAK=1
LIBAV_CONFIGURATION=$LIBAV_CONFIGURATION LIBAV_CONFIGURATION=$LIBAV_CONFIGURATION
prefix=$prefix prefix=$prefix
LIBDIR=\$(DESTDIR)$libdir LIBDIR=\$(DESTDIR)$libdir
...@@ -3391,7 +3389,6 @@ SEEK_TESTS=$(print_enabled -n _test $SEEK_TESTS) ...@@ -3391,7 +3389,6 @@ SEEK_TESTS=$(print_enabled -n _test $SEEK_TESTS)
EOF EOF
echo "#endif /* LIBAV_CONFIG_H */" >> $TMPH echo "#endif /* LIBAV_CONFIG_H */" >> $TMPH
echo "endif # LIBAV_CONFIG_MAK" >> config.mak
# Do not overwrite an unchanged config.h to avoid superfluous rebuilds. # Do not overwrite an unchanged config.h to avoid superfluous rebuilds.
cp_if_changed $TMPH config.h cp_if_changed $TMPH config.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment