1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 10:22:48 +02:00

debian/rules: fix clean target

.gitignore does not list any source files any more.  So use it again
as a list of files to delete.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
This commit is contained in:
Jonathan Nieder 2010-05-11 01:09:50 -05:00 committed by Xiangfu Liu
parent e6a1f0f665
commit dbe9c8ba0f

2
debian/rules vendored
View File

@ -11,7 +11,7 @@ override_dh_auto_clean:
exit 1; \
}
dh_auto_clean
#sh debian/clean.sh # COMMENT by xiangfu. don't understand why this clean.sh remove the target Makefile. look into this later
sh debian/clean.sh
override_dh_auto_configure: configure
dh_auto_configure -- $(opt_optimize) $(opt_quiet) \