Use [!-f]|| instead of [-f]&& to make -e happy
Axel Beckert
11 years ago
42 | 42 | clean-patched: |
43 | 43 | dh_testdir |
44 | 44 | dh_testroot |
45 | [ -f config.h.in.backup ] && cp -p config.h.in.backup config.h.in | |
45 | [ ! -f config.h.in.backup ] || cp -p config.h.in.backup config.h.in | |
46 | 46 | rm -f build-stamp configure-stamp |
47 | 47 | [ ! -f Makefile ] || $(MAKE) distclean |
48 | 48 | -rm -f `find . -name "*~"` |