From 886896137cdd0f140e3597d2828003f119698652 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Fri, 24 Sep 1999 16:18:03 +0000 Subject: Make 'dist-hook' targets, which copy the .spec file into $(distdir), Make 'dist-hook' targets, which copy the .spec file into $(distdir), depend upon the .spec file, so that the .spec file will be regenerated when a previously-compiled tree is 'dist'd with a new version number. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1f6e06e4..a9a72f81 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,7 @@ stamp-gc-h: config.status CONFIG_FILES= CONFIG_HEADERS= CONFIG_OTHER=glibtop-config.h ./config.status echo timestamp > stamp-gc-h -dist-hook: +dist-hook: libgtop.spec cp libgtop.spec $(distdir) release: -- cgit v1.2.1