Codebase list dillo / 7aa6fab
Restore config.h.in in clean target as it seems to get modified by autogen.sh Axel Beckert 11 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
2222 configure: config.status
2323 config.status: patch
2424 dh_testdir
25 cp -p config.h.in config.h.in.backup
2526 ./autogen.sh
2627 ./configure $(CONFFLAGS) \
2728 --prefix=/usr \
4142 clean-patched:
4243 dh_testdir
4344 dh_testroot
45 [ -f config.h.in.backup ] && cp -p config.h.in.backup config.h.in
4446 rm -f build-stamp configure-stamp
4547 [ ! -f Makefile ] || $(MAKE) distclean
4648 -rm -f `find . -name "*~"`