aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-31 21:46:57 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-31 21:46:57 +0000
commit4390751f75b6cd65386576b11101e287dbb671e5 (patch)
treee18dd67693646111dc3d5902f6c682590770de98 /Makefile.in
parent74e2d2844b6fd490ef77ffadb33dd73ecc368d0c (diff)
downloadfetchmail-4390751f75b6cd65386576b11101e287dbb671e5.tar.gz
fetchmail-4390751f75b6cd65386576b11101e287dbb671e5.tar.bz2
fetchmail-4390751f75b6cd65386576b11101e287dbb671e5.zip
Make the RPM spec include the patchlevel.
svn path=/trunk/; revision=460
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index e5f49b84..a1524a0a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -163,8 +163,8 @@ $(infodir)/fetchmail.info: fetchmail.info
$(mandir)/$(instname).$(manext): fetchmail.man
$(INSTALL_DATA) $(srcdir)/fetchmail.man $@
-fetchmail.spec: Makefile.in
- $(srcdir)/specgen.sh $(VERS) >fetchmail.spec
+fetchmail.spec: $(srcdir)/Makefile.in $(srcdir)/specgen.sh
+ $(srcdir)/specgen.sh $(VERS) $(PL) >fetchmail.spec
.PHONY: clean realclean distclean mostlyclean
clean: