Makefile: Add GHCFLAGS variable.

This commit is contained in:
Joey Hess 2010-12-12 13:17:53 -04:00
parent b805b9ae66
commit 67c5036579
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
PREFIX=/usr
GHCOPTS=-O2 -Wall
GHCMAKE=ghc -odir build -hidir build $(GHCOPTS) --make
GHCFLAGS=-O2 -Wall
GHCMAKE=ghc -odir build -hidir build $(GHCFLAGS) --make
all: git-annex git-annex.1 docs

2
debian/changelog vendored
View file

@ -1,7 +1,7 @@
git-annex (0.13) UNRELEASED; urgency=low
* Makefile: Install man page and html (when built).
* Makefile: Add GHCOPTS variable.
* Makefile: Add GHCFLAGS variable.
-- Joey Hess <joeyh@debian.org> Sun, 12 Dec 2010 13:14:58 -0400