From 42b6bc7415b82e489b3ec54f1da99756cab3a7f9 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 19 Feb 1997 16:49:21 +0000 Subject: Johan's RPM change. svn path=/trunk/; revision=903 --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index fd736036..88e9d269 100644 --- a/Makefile.in +++ b/Makefile.in @@ -221,11 +221,12 @@ fetchmail-$(VERS).tar.gz: fetchmail-$(VERS).tar gzip -f fetchmail-$(VERS).tar RPMROOT=/usr/src/redhat +RPM = rpm RPMFLAGS = -ba rpm: fetchmail-$(VERS).tar.gz cp fetchmail-$(VERS).tar.gz $(RPMROOT)/SOURCES; $(srcdir)/specgen.sh $(VERS) $(PL) >$(RPMROOT)/SPECS/fetchmail.spec - cd $(RPMROOT)/SPECS; rpm $(RPMFLAGS) fetchmail.spec + cd $(RPMROOT)/SPECS; $(RPM) $(RPMFLAGS) fetchmail.spec # The automatically generated dependencies below may omit config.h # because it is included with ``#include '' rather than -- cgit v1.2.3