diff options
Diffstat (limited to 'modules/uniwidth/base')
-rw-r--r-- | modules/uniwidth/base | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/uniwidth/base b/modules/uniwidth/base index 5d1c820f04..d2cff47eae 100644 --- a/modules/uniwidth/base +++ b/modules/uniwidth/base @@ -17,12 +17,12 @@ Makefile.am: BUILT_SOURCES += $(LIBUNISTRING_UNIWIDTH_H) uniwidth.h: uniwidth.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)/uniwidth.in.h; \ } > $@-t && \ - mv -f $@-t $@ + mv $@-t $@ MOSTLYCLEANFILES += uniwidth.h uniwidth.h-t Include: |