maint.mk: remove useless semicolon and backslash
[gnulib.git] / modules / inttypes
index 991fe4e..f85939c 100644 (file)
@@ -17,13 +17,11 @@ configure.ac:
 gl_INTTYPES_H
 
 Makefile.am:
-nodist_pkginclude_HEADERS += inttypes.h
-
 BUILT_SOURCES += inttypes.h
 
 # We need the following in order to create <inttypes.h> when the system
 # doesn't have one that works with the given compiler.
-inttypes.h: inttypes.in.h $(WARN_ON_USE_H) $(ARG_NONNULL_H)
+inttypes.h: inttypes.in.h $(top_builddir)/config.status $(WARN_ON_USE_H) $(ARG_NONNULL_H)
        $(AM_V_GEN)rm -f $@-t $@ && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \