X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstdarg;h=10ac474106b5d56691dc8ba29cda0f830e221d5d;hb=b4b6391081d1173278396afdf098be68b1768752;hp=f0b630f17d89dfaf8b9512a83f7bcbf67ee9cba3;hpb=97b56453883924b2dfd420e83fe2132f5f78f649;p=gnulib.git diff --git a/modules/stdarg b/modules/stdarg index f0b630f17..10ac47410 100644 --- a/modules/stdarg +++ b/modules/stdarg @@ -23,21 +23,23 @@ BUILT_SOURCES += $(STDARG_H) # We need the following in order to create when the system # doesn't have one that works with the given compiler. -stdarg.h: stdarg.in.h - rm -f $@-t $@ +stdarg.h: stdarg.in.h $(top_builddir)/config.status + $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ - sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ + sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ + -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ + -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \ < $(srcdir)/stdarg.in.h; \ - } > $@-t + } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += stdarg.h stdarg.h-t Include: -#include + License: -LGPL +LGPLv2+ Maintainer: Bruno Haible