build: Remove generated .version file on distclean.

pull/2/head
Diego Biurrun 14 years ago
parent e14574eb68
commit 59748689f6
  1. 2
      Makefile

@ -168,7 +168,7 @@ clean:: testclean
distclean:: distclean::
$(RM) $(DISTCLEANSUFFIXES) $(RM) $(DISTCLEANSUFFIXES)
$(RM) version.h config.* libavutil/avconfig.h $(RM) config.* .version version.h libavutil/avconfig.h
config: config:
$(SRC_PATH)/configure $(value LIBAV_CONFIGURATION) $(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)

Loading…
Cancel
Save