mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Now that we have proper links, no need to fake up ones as part of
depend. Now that we no longer need this hack, remove it. Forgotten by: imp Reminded by: nyan
This commit is contained in:
parent
47b563639b
commit
cfaacd7f0f
2 changed files with 0 additions and 4 deletions
|
|
@ -30,7 +30,6 @@ S= ../../..
|
|||
.endif
|
||||
.include "$S/conf/kern.pre.mk"
|
||||
|
||||
EXTRA_KERNELDEP=rm -f ./machine ; ln -s $S/$M/include ./machine
|
||||
MKMODULESENV+= MACHINE=pc98
|
||||
|
||||
%BEFORE_DEPEND
|
||||
|
|
|
|||
|
|
@ -139,9 +139,6 @@ genassym.o: $S/$M/$M/genassym.c
|
|||
${SYSTEM_OBJS} genassym.o vers.o: opt_global.h
|
||||
|
||||
kernel-depend:
|
||||
.if defined(EXTRA_KERNELDEP)
|
||||
${EXTRA_KERNELDEP}
|
||||
.endif
|
||||
rm -f .olddep
|
||||
if [ -f .depend ]; then mv .depend .olddep; fi
|
||||
${MAKE} _kernel-depend
|
||||
|
|
|
|||
Loading…
Reference in a new issue