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