Codebase list dillo / 444e655
Get the config.h.in backup thing right Axel Beckert 11 years ago
1 changed file(s) with 4 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
1919 CFLAGS += -O2
2020 endif
2121
22 configure: config.status
22 configure: config.h.in.backup config.status
23 config.h.in.backup:
24 cp -p config.h.in config.h.in.backup
2325 config.status: patch
2426 dh_testdir
25 cp -p config.h.in config.h.in.backup
2627 ./autogen.sh
2728 ./configure $(CONFFLAGS) \
2829 --prefix=/usr \
4243 clean-patched:
4344 dh_testdir
4445 dh_testroot
45 [ ! -f config.h.in.backup ] || cp -p config.h.in.backup config.h.in
4646 rm -f build-stamp configure-stamp
4747 [ ! -f Makefile ] || $(MAKE) distclean
4848 -rm -f `find . -name "*~"`
5252 -rm -f `find . -name "Makefile.in"` config.guess config.sub configure
5353 -rm -f depcomp install-sh missing aclocal.m4 debian/dillo.png
5454 [ ! -f Makefile ] || $(MAKE) clean
55 [ ! -f config.h.in.backup ] || mv config.h.in.backup config.h.in
5556 dh_clean
5657
5758 install: build