Skip to content
Snippets Groups Projects
Commit b4d24b47 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

build: Remove configure-generated .config file on distclean

parent 3891a270
No related branches found
No related tags found
No related merge requests found
...@@ -191,7 +191,7 @@ clean:: ...@@ -191,7 +191,7 @@ clean::
distclean:: distclean::
$(RM) $(DISTCLEANSUFFIXES) $(RM) $(DISTCLEANSUFFIXES)
$(RM) config.* .version version.h libavutil/avconfig.h $(RM) config.* .config libavutil/avconfig.h .version version.h
config: config:
$(SRC_PATH)/configure $(value LIBAV_CONFIGURATION) $(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment