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:00 +00:00
parent 2f4dfc40d4
commit ca8484739b

View File

@ -234,7 +234,7 @@ Validtests : tester
rm result.$$name ; \
fi ; fi ; done)
dist-hook:
dist-hook: libxml.spec
cp libxml.spec $(distdir)
## We create xmlConf.sh here and not from configure because we want