aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-12-12 13:17:53 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-12-12 13:17:53 -0400
commit67c5036579a4c4af99711cba45ffffb032262d60 (patch)
tree7d66cd448e4b7057cc4730aeb00f44950d81b579
parentb805b9ae66d279c4fee20c433e6c218f29103978 (diff)
Makefile: Add GHCFLAGS variable.
-rw-r--r--Makefile4
-rw-r--r--debian/changelog2
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d5f1f652f..c338427df 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/debian/changelog b/debian/changelog
index 5d088f1bd..19ff29652 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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