summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1999-09-24 16:18:03 +0000
committerElliot Lee <sopwith@src.gnome.org>1999-09-24 16:18:03 +0000
commit886896137cdd0f140e3597d2828003f119698652 (patch)
treef331ebce1f9f5191068107e615987b73a6735994 /Makefile.am
parente0a91cb479086bd362d2ab9c08b1ecda15565117 (diff)
downloadlibgtop-886896137cdd0f140e3597d2828003f119698652.tar.gz
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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: