summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-27 17:11:02 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-27 17:11:02 -0400
commite6b0d7f9de5834cdfa58116fce7fb0a51d18b1d7 (patch)
tree68853cb2c3715e436c497510225e6641889961f9
parent1a9f5fd4096513ef33320dec35807db5327541f2 (diff)
fix broken build-stamp
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d714f2eb9..2c639ba38 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ install-docs: docs install-mans
rsync -a --delete html/ $(DESTDIR)$(PREFIX)/share/doc/git-annex/html/; \
fi
-install: build-stamp install-docs
+install: build install-docs
install -d $(DESTDIR)$(PREFIX)/bin
install $(bins) $(DESTDIR)$(PREFIX)/bin
ln -sf git-annex $(DESTDIR)$(PREFIX)/bin/git-annex-shell
@@ -73,7 +73,7 @@ docs: $(mans)
clean:
rm -rf tmp dist git-annex $(mans) configure *.tix .hpc \
- doc/.ikiwiki html dist build-stamp tags Build/SysConfig.hs
+ doc/.ikiwiki html dist tags Build/SysConfig.hs
sdist: clean $(mans)
./Build/make-sdist.sh
@@ -162,4 +162,4 @@ androidapp:
mkdir -p tmp
cp standalone/android/source/term/bin/Term-debug.apk tmp/git-annex.apk
-.PHONY: git-annex install tags
+.PHONY: git-annex tags