Restore config.h.in in clean target as it seems to get modified by autogen.sh
Axel Beckert
11 years ago
22 | 22 | configure: config.status |
23 | 23 | config.status: patch |
24 | 24 | dh_testdir |
25 | cp -p config.h.in config.h.in.backup | |
25 | 26 | ./autogen.sh |
26 | 27 | ./configure $(CONFFLAGS) \ |
27 | 28 | --prefix=/usr \ |
41 | 42 | clean-patched: |
42 | 43 | dh_testdir |
43 | 44 | dh_testroot |
45 | [ -f config.h.in.backup ] && cp -p config.h.in.backup config.h.in | |
44 | 46 | rm -f build-stamp configure-stamp |
45 | 47 | [ ! -f Makefile ] || $(MAKE) distclean |
46 | 48 | -rm -f `find . -name "*~"` |