Fix Makefile to work with cabal again.
This commit is contained in:
parent
3778e8897d
commit
ebb92221fd
2 changed files with 4 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -29,7 +29,9 @@ Remote/S3.o: Remote/S3.hs
|
||||||
echo "** building without S3 support"; \
|
echo "** building without S3 support"; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
$(bins): $(sources)
|
sources: $(sources)
|
||||||
|
|
||||||
|
$(bins): sources
|
||||||
$(GHCMAKE) $@
|
$(GHCMAKE) $@
|
||||||
|
|
||||||
git-annex.1: doc/git-annex.mdwn
|
git-annex.1: doc/git-annex.mdwn
|
||||||
|
|
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -1,6 +1,7 @@
|
||||||
git-annex (3.20110903) UNRELEASED; urgency=low
|
git-annex (3.20110903) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* Improve display of newlines around error and warning messages.
|
* Improve display of newlines around error and warning messages.
|
||||||
|
* Fix Makefile to work with cabal again.
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Tue, 06 Sep 2011 13:45:16 -0400
|
-- Joey Hess <joeyh@debian.org> Tue, 06 Sep 2011 13:45:16 -0400
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue