From 3931b146f348acc1726428f2e9aea45b4358c47b Mon Sep 17 00:00:00 2001 From: "Alfred M. Szmidt" Date: Wed, 29 Sep 2004 22:17:30 +0000 Subject: 2004-09-29 Alfred M. Szmidt * Makefile (vga-CPPFLAGS): New variable. * vga.c (DEFAULT_VGA_FONT, DEFAULT_VGA_FONT_ITALIC) (DEFAULT_VGA_FONT_BOLD, DEFAULT_VGA_FONT_BOLD_ITALIC): Use `DEFAULT_VGA_FONT_DIR' instead of hardcoding the filename. --- console-client/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'console-client/Makefile') diff --git a/console-client/Makefile b/console-client/Makefile index 836ec514..b0f33907 100644 --- a/console-client/Makefile +++ b/console-client/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1994,95,96,97,98,99,2000,01,02 Free Software Foundation, Inc. +# Copyright (C) 1994,95,96,97,98,99,2000,01,02,04 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -43,6 +43,7 @@ console: ../libcons/libcons.a ../libports/libports.a \ modules = vga pc_kbd generic_speaker +vga-CPPFLAGS = -DDEFAULT_VGA_FONT_DIR=\"${datadir}/hurd/\" vga.so.$(hurd-version): $(patsubst %.c,%_pic.o,bdf.c vga-dynafont.c \ vga-dynacolor.c vga-support.c vga.c) pc_kbd.so.$(hurd-version): $(patsubst %.c,%_pic.o,pc-kbd.c) -- cgit v1.2.3