Don't derefence the directory symlink which we might be recreating.
This commit is contained in:
parent
18ad95daea
commit
252bdda2a4
|
@ -1,6 +1,6 @@
|
|||
|
||||
.includes: ${top_builddir}/config.status
|
||||
ln -sf $(KERNEL_INCLUDE)/linux
|
||||
ln -snf $(KERNEL_INCLUDE)/linux
|
||||
touch .includes
|
||||
|
||||
all: .includes
|
||||
|
|
Loading…
Reference in New Issue