summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-10-20 16:08:05 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-10-20 16:08:05 -0300
commit345c6578b2873e53e6ad2d933a126626b0cbb5a2 (patch)
tree3e1c7055c5a291df56e9755cfbe657b461525d2b
parent23f0d6b25155b6f941cafde4185e77670c680a83 (diff)
Makefiles: fix variables
-rw-r--r--Makefile3
-rw-r--r--src/fnt/Makefile3
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 405b600..03eba6d 100644
--- a/Makefile
+++ b/Makefile
@@ -14,9 +14,6 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-PREFIX ?= /usr
-SHAREDIR ?= $(PREFIX)/share
-
all: fonts
fonts:
$(MAKE) -C $(CURDIR)/src/fnt
diff --git a/src/fnt/Makefile b/src/fnt/Makefile
index 1f2ada7..808fbde 100644
--- a/src/fnt/Makefile
+++ b/src/fnt/Makefile
@@ -14,6 +14,9 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+PREFIX ?= /usr
+SHAREDIR ?= $(PREFIX)/share
+
# fonts list:
fnt = urwGothicDiamond-book \
urwGothicDiamond-bookOblique \