summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2016-04-25 18:26:34 +0300
committerDan McDonald <danmcd@omniti.com>2016-04-26 10:37:18 -0400
commit43da549e0419e2943d8bd143ebfb1db11a16c569 (patch)
tree32834c8116069c898bf1f08fda9cd9d105beae3a
parentacb559178a9038e0741b82a6850b72282ab5959e (diff)
downloadillumos-joyent-43da549e0419e2943d8bd143ebfb1db11a16c569.tar.gz
6933 VGATEXT_FONT creation should depend on bdf_to_c.awk
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
-rw-r--r--usr/src/uts/intel/vgatext/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/intel/vgatext/Makefile b/usr/src/uts/intel/vgatext/Makefile
index ca7e5b67f5..ce5e4d33cc 100644
--- a/usr/src/uts/intel/vgatext/Makefile
+++ b/usr/src/uts/intel/vgatext/Makefile
@@ -93,7 +93,8 @@ install: $(INSTALL_DEPS)
# Custom targets and rules
-$(OBJS_DIR)/$(VGATEXT_FONT).c: $(VGATEXT_SRC)/$(VGATEXT_FONT).bdf
+$(OBJS_DIR)/$(VGATEXT_FONT).c: $(VGATEXT_SRC)/$(VGATEXT_FONT).bdf \
+ $(VGATEXT_SRC)/bdf_to_c.awk
$(AWK) -f $(VGATEXT_SRC)/bdf_to_c.awk \
$(VGATEXT_SRC)/$(VGATEXT_FONT).bdf > $@