]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
(automake): New rule.
authorTom Tromey <tromey@redhat.com>
Mon, 13 Nov 1995 18:29:16 +0000 (18:29 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 13 Nov 1995 18:29:16 +0000 (18:29 +0000)
Makefile.am
lib/am/Makefile.am

index 6134190b703e4b20694cb2a9958daa775b96c90c..5049235df18b4a22277f068eb75c6db8d8f723fc 100644 (file)
@@ -15,3 +15,6 @@ install:: $(am_DATA)
        for i in $(am_DATA); do                 \
          $(INSTALL_DATA) $(srcdir)/$$i $(amdatadir)/$$i; \
        done
+
+automake: automake.in
+       CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
index 6134190b703e4b20694cb2a9958daa775b96c90c..5049235df18b4a22277f068eb75c6db8d8f723fc 100644 (file)
@@ -15,3 +15,6 @@ install:: $(am_DATA)
        for i in $(am_DATA); do                 \
          $(INSTALL_DATA) $(srcdir)/$$i $(amdatadir)/$$i; \
        done
+
+automake: automake.in
+       CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status