blob: dd0bf96abc9435a0a902b4f5ff0275de89358fc7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- gettext-0.14.2/gettext-tools/misc/Makefile.in.az 2005-03-14 00:40:56.000000000 +0200
+++ gettext-0.14.2/gettext-tools/misc/Makefile.in 2005-03-14 00:41:26.000000000 +0200
@@ -441,7 +441,7 @@
shift; \
EMACS="$(EMACS)" $(SHELL) $(elisp_comp) "$$@" || exit 1; \
else : ; fi
- @mv -f elc-temp $@
+ @mv -f elc-temp $@ || touch $@
$(am__ELCFILES): elc-stamp
@if test ! -f $@; then \
rm -f elc-stamp; \
|