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.
This commit is contained in:
Elliot Lee
1999-09-24 16:18:03 +00:00
parent e0a91cb479
commit 886896137c

View File

@@ -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: