aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2003-12-01 18:48:12 +0000
committerH. Peter Anvin <hpa@zytor.com>2003-12-01 18:48:12 +0000
commit4b61bce76a88e136e2e8eb430a2beca90239586b (patch)
tree2586baa2a5a683a708e7da471905ae078a4dee28
parenta392be18509499c01b8a73ad6796f20b8050cb88 (diff)
downloadklibc-4b61bce76a88e136e2e8eb430a2beca90239586b.tar.gz
rpm -ba doesn't work because we don't have a "real" source distroklibc-0.89
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb1c597226ee0..1bbcc4ea88c9d 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ klibc.spec: klibc.spec.in version
.PHONY: rpm
rpm: klibc.spec
- +$(rpmbuild) -ba klibc.spec
+ +$(rpmbuild) -bb klibc.spec
%:
@set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done