Fix test rules for non-gmake make versions
authorGreg Hudson <ghudson@mit.edu>
Sun, 24 May 2009 00:48:31 +0000 (00:48 +0000)
committerGreg Hudson <ghudson@mit.edu>
Sun, 24 May 2009 00:48:31 +0000 (00:48 +0000)
commit2c9b64dec8198a2914b75e678c6f664712d68bac
treec51097e6495c0abf9c248bafcf7bfa76139455de
parent694081fabc4d7133adb741264f0a6a8d8a37d0eb
Fix test rules for non-gmake make versions

The build rules for the new t_ad_fx_armor and t_authdata test programs
used $<, which is only portable for implicit rules (but is valid in
gmake for all rules).  Stop using $< in those rules so that "make
check" works with System V make.

ticket: 6495
target_version: 1.7
tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22368 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/krb/Makefile.in