]> Zhao Yanbai Git Server - minix.git/commitdiff
sep. ${.OBJDIR} fixes, contributed by Antoine Leica.
authorBen Gras <ben@minix3.org>
Sun, 27 Jun 2010 23:45:30 +0000 (23:45 +0000)
committerBen Gras <ben@minix3.org>
Sun, 27 Jun 2010 23:45:30 +0000 (23:45 +0000)
drivers/tty/keymaps/Makefile.inc

index d2fc98619d6e47ef8b5796ccbe68bb8071f1771a..3cea5b8681017a5bd6d3afef73c239cc4d37037f 100644 (file)
@@ -4,7 +4,7 @@ FILESDIR= /usr/lib/keymaps
 
 .src.map:
        ${_MKTARGET_CREATE}
-       $(CC) -DKEYSRC=\"$<\" genmap.c
+       $(CC) -DKEYSRC=\"$<\" ${.CURDIR}/genmap.c
        ./a.out > $@
        @rm -f a.out