diff options
author | Diego Biurrun | 2011-06-25 00:32:12 +0200 |
---|---|---|
committer | Diego Biurrun | 2011-06-25 13:02:51 +0200 |
commit | 89b5829d0a4d9510efeff65dbeeaed50e0980120 (patch) | |
tree | 84246b381603b5d25e2039758dbd6b69075f05cb | |
parent | a6213f3dce4006e0d47bd938e15832987d95efef (diff) |
build: Remove multiple inclusion guards from config.mak.
config.mak is no longer included multiple times; the guards are pointless.
-rwxr-xr-x | configure | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -3248,8 +3248,6 @@ config_files="$TMPH config.mak" cat > config.mak <<EOF # Automatically generated by configure - do not modify! -ifndef LIBAV_CONFIG_MAK -LIBAV_CONFIG_MAK=1 LIBAV_CONFIGURATION=$LIBAV_CONFIGURATION prefix=$prefix LIBDIR=\$(DESTDIR)$libdir @@ -3391,7 +3389,6 @@ SEEK_TESTS=$(print_enabled -n _test $SEEK_TESTS) EOF echo "#endif /* LIBAV_CONFIG_H */" >> $TMPH -echo "endif # LIBAV_CONFIG_MAK" >> config.mak # Do not overwrite an unchanged config.h to avoid superfluous rebuilds. cp_if_changed $TMPH config.h |