]> Pileus Git - ~andy/fetchmail/commitdiff
Johan's RPM change.
authorEric S. Raymond <esr@thyrsus.com>
Wed, 19 Feb 1997 16:49:21 +0000 (16:49 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 19 Feb 1997 16:49:21 +0000 (16:49 -0000)
svn path=/trunk/; revision=903

Makefile.in

index fd73603627babcfeea6b4d2012cdf9bd4b264811..88e9d269536deb598f7ed43a68696d36e2ba6279 100644 (file)
@@ -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 <config.h>'' rather than