mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
Improve Makefile by using .PATH.
Taught by: peter
This commit is contained in:
parent
8967d5f42e
commit
83b912c6e6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53635
@ -1,11 +1,13 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
.PATH: ${.CURDIR}/${MACHINE_ARCH}
|
||||
|
||||
LIB= ficl
|
||||
NOPROFILE= yes
|
||||
INTERNALLIB= yes
|
||||
INTERNALSTATICLIB= yes
|
||||
BASE_SRCS= dict.c ficl.c math64.c stack.c vm.c words.c
|
||||
SRCS= ${BASE_SRCS} ${MACHINE_ARCH}/sysdep.c softcore.c
|
||||
BASE_SRCS= dict.c ficl.c math64.c stack.c sysdep.c vm.c words.c
|
||||
SRCS= ${BASE_SRCS} softcore.c
|
||||
CLEANFILES= softcore.c testmain
|
||||
|
||||
# Standard softwords
|
||||
|
Loading…
Reference in New Issue
Block a user