summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorBryan Ischo <bji@lolita.(none)>2009-01-21 16:29:12 +1300
committerBryan Ischo <bji@lolita.(none)>2009-01-21 16:29:12 +1300
commita079a19e63e922b3f156c34eab841c82be638316 (patch)
treedad0cd69cc730bbdce5579c5f5b7f589fd2076c2 /GNUmakefile
parentb0defdcbead6610a8d7a42e131d448e4861087da (diff)
downloadceph-libs3-a079a19e63e922b3f156c34eab841c82be638316.tar.gz
Fixed makefile issue when rebuilding debian package.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index fa4432b..d69e915 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -185,7 +185,7 @@ $(BUILD)/deb/DEBIAN/control: debian/control
$(BUILD)/deb-dev/DEBIAN/control: debian/control.dev
@mkdir -p $(dir $@)
sed -e 's/LIBS3_VERSION/$(LIBS3_VER)/' \
- < $< | sed -e 's/DEBIAN_ARCHITECTURE/$(DEBARCH)/' >> $@
+ < $< | sed -e 's/DEBIAN_ARCHITECTURE/$(DEBARCH)/' > $@
$(BUILD)/deb/DEBIAN/shlibs:
echo -n "libs3 $(LIBS3_VER_MAJOR) libs3 " > $@