From: Nathan Neulinger Date: Sat, 3 Sep 2005 00:38:54 +0000 (+0000) Subject: STABLE14-shlibafsrpc-objdir-20050902 X-Git-Tag: openafs-stable-1_4_0-rc3~4 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1b6326c9007bc95410c3141b2ce692ea186a2b00;p=packages%2Fo%2Fopenafs.git STABLE14-shlibafsrpc-objdir-20050902 FIXES 21312 make objdir builds work again (cherry picked from commit fd8bfddd5ec9395a9ed5057e36abeb66beb976fb) --- diff --git a/src/shlibafsrpc/Makefile.in b/src/shlibafsrpc/Makefile.in index 1c65aeac1..d5a12ae24 100644 --- a/src/shlibafsrpc/Makefile.in +++ b/src/shlibafsrpc/Makefile.in @@ -31,8 +31,8 @@ FSINT = ../fsint DES = ../des COMERR = ../comerr UTIL = ../util -SYS = ../sys -LWP = ../lwp +SYS = ${srcdir}/../sys +LWP = ${srcdir}/../lwp SYSOBJS =\ syscall.o