diff --git a/nagios-plugins/gl/Makefile.in b/nagios-plugins/gl/Makefile.in index 30347ea..6cb3788 100644 --- a/nagios-plugins/gl/Makefile.in +++ b/nagios-plugins/gl/Makefile.in @@ -2013,7 +2013,8 @@ stdint.h: stdint.in.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. -stdio.h: stdio.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) +stdio.h: +stdio.h_: stdio.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \