From 1dab3da10594feecacd55c7b42e4ef8fadb66399 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Tue, 24 Jul 2001 18:33:26 +0000 Subject: Add -I${.OBJDIR} to pick generated font*.h --- usr.bin/doscmd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/doscmd/Makefile b/usr.bin/doscmd/Makefile index 240038434491..a2969c3d5b70 100644 --- a/usr.bin/doscmd/Makefile +++ b/usr.bin/doscmd/Makefile @@ -9,7 +9,7 @@ SRCS= AsyncIO.c ParseBuffer.c bios.c callback.c cpu.c dos.c cmos.c config.c \ mem.c mouse.c net.c port.c setver.c signal.c timer.c trace.c trap.c \ tty.c video.c xms.c -CFLAGS+= -DDISASSEMBLER +CFLAGS+= -DDISASSEMBLER -I${.OBJDIR} CLEANFILES= ${FONTFILES} ${FONTHDRS} emsdriv.sys redir.com .if ${OBJFORMAT} == "aout" -- cgit v1.3