sep. ${.OBJDIR} fixes, contributed by Antoine Leica.
This commit is contained in:
parent
831edb6614
commit
dbfb70134c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue