diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-27 17:11:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-27 17:11:02 -0400 |
commit | e6b0d7f9de5834cdfa58116fce7fb0a51d18b1d7 (patch) | |
tree | 68853cb2c3715e436c497510225e6641889961f9 /Makefile | |
parent | 1a9f5fd4096513ef33320dec35807db5327541f2 (diff) |
fix broken build-stamp
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |