Author: markj
Date: Mon Dec  7 21:57:36 2015
New Revision: 291965
URL: https://svnweb.freebsd.org/changeset/base/291965

Log:
  Fix a discrepancy in r291738.
  
  The script that generates these makefiles was changed to modify LIBADD
  rather than LDADD/DPADD, but the makefile itself was also changed in a
  slightly different way.

Modified:
  head/cddl/usr.sbin/dtrace/tests/common/proc/Makefile

Modified: head/cddl/usr.sbin/dtrace/tests/common/proc/Makefile
==============================================================================
--- head/cddl/usr.sbin/dtrace/tests/common/proc/Makefile        Mon Dec  7 
21:51:50 2015        (r291964)
+++ head/cddl/usr.sbin/dtrace/tests/common/proc/Makefile        Mon Dec  7 
21:57:36 2015        (r291965)
@@ -24,6 +24,6 @@ CFILES= \
      tst.sigwait.c  \
 
 
-LIBADD.tst.sigwait.exe=rt
+LIBADD.tst.sigwait.exe+= rt
 
 .include "../../dtrace.test.mk"
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to