Revert r295648 for now.
This builds fine with FAST_DEPEND but the mkdep method requires that include/ generates the headers during 'make depend' so the subsequent directories can find them when running mkdep. Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
45fd186285
commit
b265efb65b
@ -9,13 +9,13 @@
|
||||
|
||||
.include <src.opts.mk>
|
||||
|
||||
HDRS= config_local.h
|
||||
SRCS= config_local.h
|
||||
.if ${MK_NIS} == "no"
|
||||
HDRS+= localconfig.h
|
||||
SRCS+= localconfig.h
|
||||
.endif
|
||||
CLEANFILES= ${HDRS}
|
||||
CLEANFILES= ${SRCS}
|
||||
|
||||
all: ${HDRS}
|
||||
all depend: ${SRCS}
|
||||
|
||||
config_local.h: newvers.sh ${.CURDIR}/../../../sys/conf/newvers.sh
|
||||
@rm -f ${.TARGET}
|
||||
|
Loading…
x
Reference in New Issue
Block a user