diff options
author | 2002-06-07 18:49:46 +0000 | |
---|---|---|
committer | 2002-06-07 18:49:46 +0000 | |
commit | f98b805390b2f78e2411a6547c571cb59d8e24e5 (patch) | |
tree | eefb5771bc9611eb75332728b3af78e728b82226 | |
parent | sync behaviour about DF bit between ip_output()/tcp_response() (diff) | |
download | wireguard-openbsd-f98b805390b2f78e2411a6547c571cb59d8e24e5.tar.xz wireguard-openbsd-f98b805390b2f78e2411a6547c571cb59d8e24e5.zip |
Add an explicit dependency for two symlinked files, to make maja@'s
problems go away.
-rw-r--r-- | usr.sbin/afs/lib/libarla/Makefile.lwp.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/afs/lib/libarla/Makefile.lwp.inc b/usr.sbin/afs/lib/libarla/Makefile.lwp.inc index 9db1b25b907..0c5e29559b7 100644 --- a/usr.sbin/afs/lib/libarla/Makefile.lwp.inc +++ b/usr.sbin/afs/lib/libarla/Makefile.lwp.inc @@ -10,9 +10,9 @@ CFLAGS += -DAFS_BSD_ENV -DFD_SPEED_HACK -I${AFSSRC}/lwp beforedepend: lwp.c lwp.h -lwp.h: +lwp.h: ${AFSSRC}/lwp/lwp_asm.h ln -s ${AFSSRC}/lwp/lwp_asm.h lwp.h -lwp.c: lwp.h +lwp.c: lwp.h ${AFSSRC}/lwp/lwp_asm.c ln -s ${AFSSRC}/lwp/lwp_asm.c lwp.c process.S: |