Browse Source

build: Remove configure-generated .config file on distclean

tags/n2.0
Diego Biurrun 12 years ago
parent
commit
b4d24b471b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -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)


Loading…
Cancel
Save