Eliminate $< outside of pattern rules
[openafs.git] / src / libadmin / test / Makefile.in
index f095aa3..5d671b9 100644 (file)
@@ -41,7 +41,7 @@ AFSCPOBJS =\
 all test tests: afscp
 
 client.o: client.c
-       $(CC) $(CFLAGS) @CFLAGS_NOERROR@ -c $<
+       $(CC) $(CFLAGS) @CFLAGS_NOERROR@ -c ${srcdir}/client.c
 
 afscp: afscp.o $(AFSCPOBJS) $(AFSCPLIBS)
        $(CC) $(CFLAGS) -o afscp afscp.o $(AFSCPOBJS) \