aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-02-18 03:23:01 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-02-18 03:23:01 +0000
commite725ff65ee13d608a1a20aa4e6c90b7d239ef688 (patch)
treebaea643a6cbbfdfedeeab1c97b120d796006b181 /Makefile.in
parent6a1b0f83e980b788b15054cc7d3223a8d0ed83ab (diff)
downloadfetchmail-e725ff65ee13d608a1a20aa4e6c90b7d239ef688.tar.gz
fetchmail-e725ff65ee13d608a1a20aa4e6c90b7d239ef688.tar.bz2
fetchmail-e725ff65ee13d608a1a20aa4e6c90b7d239ef688.zip
RPMFLAGS for Johan Vromans.
svn path=/trunk/; revision=898
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d640338b..fd736036 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -221,10 +221,11 @@ fetchmail-$(VERS).tar.gz: fetchmail-$(VERS).tar
gzip -f fetchmail-$(VERS).tar
RPMROOT=/usr/src/redhat
+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 -ba 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