Skip Menu |
 

From: ghudson@mit.edu
Subject: SVN Commit

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.


https://github.com/krb5/krb5/commit/2c9b64dec8198a2914b75e678c6f664712d68bac
Commit By: ghudson
Revision: 22368
Changed Files:
U trunk/src/lib/krb5/krb/Makefile.in
From: tlyu@mit.edu
Subject: SVN Commit

pull up r22368 from trunk

------------------------------------------------------------------------
r22368 | ghudson | 2009-05-24 02:48:31 +0200 (Sun, 24 May 2009) | 10 lines

ticket: 6495
subject: Fix test rules for non-gmake make versions
target_version: 1.7
tags: pullup

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.

https://github.com/krb5/krb5/commit/884600176dac241528e3bfe26647fb3d24213424
Commit By: tlyu
Revision: 22376
Changed Files:
U branches/krb5-1-7/src/lib/krb5/krb/Makefile.in