diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2002-06-07 18:49:47 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2002-06-07 18:49:47 +0000 |
commit | 771bf5d6e1ee221fd42117e92f63df2ab79d3a24 (patch) | |
tree | 0391b1e27734a2a17ceca7e60b49de6d869b7f40 /usr.sbin | |
parent | 6c97750759d9218d42c3d83628820eb22c37fb03 (diff) |
Add an explicit dependency for two symlinked files, to make maja@'s
problems go away.
Diffstat (limited to 'usr.sbin')
-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: |