summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-09-21 23:01:50 +0200
committerPeter Simons <simons@cryp.to>2009-09-21 23:18:23 +0200
commit70c1fca4193d499c27943d1cc71335b8ca349577 (patch)
tree9a7ac1a623a2e1141bdfc53828793b48208b3ca6 /cfg.mk
parent2c7a3ab40744e203cb56063b8cddaadd08fbc7d0 (diff)
downloadautoconf-archive-70c1fca4193d499c27943d1cc71335b8ca349577.tar.gz
generate: the target no longer needs to depend on autoconf-archive.info
The standard automake build generates that file now.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index fbcd57c..341e5ca 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -23,7 +23,7 @@ TEXI_FILES := $(patsubst %,$(DOCDIR)/%.texi,$(MACROS))
.PHONY: generate
ALL_RECURSIVE_TARGETS += generate
-generate: $(HTML_FILES) $(TEXI_FILES) $(STAGEDIR)/autoconf-archive.info
+generate: $(HTML_FILES) $(TEXI_FILES)
$(STAGEDIR)/manifest:
@$(MKDIR_P) $(STAGEDIR)