diff options
Diffstat (limited to 'modules/uniconv/base')
-rw-r--r-- | modules/uniconv/base | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/uniconv/base b/modules/uniconv/base index b9e76db5d7..de9188ad93 100644 --- a/modules/uniconv/base +++ b/modules/uniconv/base @@ -19,12 +19,12 @@ Makefile.am: BUILT_SOURCES += $(LIBUNISTRING_UNICONV_H) uniconv.h: uniconv.in.h - $(AM_V_GEN)rm -f $@-t $@ && \ -@NMD@ $(MKDIR_P) '%reldir%' && \ - { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + $(AM_V_GEN) +@NMD@ $(AM_V_at)$(MKDIR_P) '%reldir%' + $(AM_V_at){ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/uniconv.in.h; \ } > $@-t && \ - mv -f $@-t $@ + mv $@-t $@ MOSTLYCLEANFILES += uniconv.h uniconv.h-t Include: |