Skip to content

Commit cde1a31

Browse files
terceirosorah
authored andcommitted
debian/rules: remove config.log when cleaning
This allows building twice in a source tree that is not a git clone (e.g. after running apt-get source in a porterbox).
1 parent d8638df commit cde1a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ override_dh_auto_clean:
102102
$(RM) -r .ext
103103
$(RM) -r doc/capi
104104
$(RM) .installed.list GNUmakefile Makefile builtin_binary.inc \
105-
config.status enc.mk uncommon.mk verconf.h
105+
config.status enc.mk uncommon.mk verconf.h config.log
106106

107107
override_dh_auto_build-arch:
108108
dh_auto_build -- main V=1

0 commit comments

Comments
 (0)