From owner-freebsd-libh Mon Jul 17 11:37:28 2000 Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id BC96037BA7E for ; Mon, 17 Jul 2000 11:37:22 -0700 (PDT) (envelope-from alex@usw4.freebsd.org) Received: (from alex@localhost) by usw4.freebsd.org (8.9.3/8.9.3) id NAA46963 for libh@FreeBSD.org; Mon, 17 Jul 2000 13:37:20 -0500 (CDT) (envelope-from alex) Message-Id: <200007171837.NAA46963@usw4.freebsd.org> From: Alexander Langer Date: Mon, 17 Jul 2000 13:37:20 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/tcl Makefile Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/17 13:37:20 CDT Modified files: lib/tcl Makefile Log: Fix bug in substitution for *.cd.cc args of UI_SRC: "lib/hui/$(var)" of course expands to "lib/hui/partone parttwo" and not "lib/hui/partone parttwo". Use for-loop now. Revision Changes Path 1.13 +2 -2 libh/lib/tcl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message