diff options
Diffstat (limited to 'modules/assert-h')
-rw-r--r-- | modules/assert-h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/assert-h b/modules/assert-h index da6c85bf33..ad3566bfa2 100644 --- a/modules/assert-h +++ b/modules/assert-h @@ -21,9 +21,9 @@ BUILT_SOURCES += $(ASSERT_H) # doesn't have one that works with the given compiler. if GL_GENERATE_ASSERT_H assert.h: assert.in.h verify.h $(top_builddir)/config.status - $(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! */' && \ sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ |