Browse code

configure: create .config file where I intended

Originally committed as revision 24373 to svn://svn.ffmpeg.org/ffmpeg/trunk

Måns Rullgård authored on 2010/07/21 04:42:35
Showing 1 changed files
... ...
@@ -3142,6 +3142,7 @@ echo "endif # FFMPEG_CONFIG_MAK" >> config.mak
3142 3142
 
3143 3143
 # Do not overwrite an unchanged config.h to avoid superfluous rebuilds.
3144 3144
 cp_if_changed $TMPH config.h
3145
+touch .config
3145 3146
 
3146 3147
 cat > $TMPH <<EOF
3147 3148
 /* Generated by ffconf */
... ...
@@ -3154,7 +3155,6 @@ print_config AV_HAVE_ $TMPH /dev/null $HAVE_LIST_PUB
3154 3154
 echo "#endif /* AVUTIL_AVCONFIG_H */" >> $TMPH
3155 3155
 
3156 3156
 cp_if_changed $TMPH libavutil/avconfig.h
3157
-touch .config
3158 3157
 
3159 3158
 test -n "$WARNINGS" && printf "\n$WARNINGS"
3160 3159