From owner-freebsd-questions@FreeBSD.ORG Mon Sep 19 00:45:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6AD616A41F for ; Mon, 19 Sep 2005 00:45:38 +0000 (GMT) (envelope-from stenn@ntp.isc.org) Received: from ntp1.ntp.isc.org (ntp1.ntp.isc.org [204.152.184.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id A127843D46 for ; Mon, 19 Sep 2005 00:45:38 +0000 (GMT) (envelope-from stenn@ntp.isc.org) Received: from localhost (localhost [127.0.0.1]) by ntp1.ntp.isc.org (Postfix) with ESMTP id 64E5A39ADB; Mon, 19 Sep 2005 00:45:38 +0000 (UTC) (envelope-from stenn@ntp1.isc.org) Received: from ntp1.ntp.isc.org ([127.0.0.1]) by localhost (ntp1.isc.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 97402-03; Mon, 19 Sep 2005 00:45:37 +0000 (UTC) Received: from ntp1.isc.org (localhost [127.0.0.1]) by ntp1.ntp.isc.org (Postfix) with ESMTP; Mon, 19 Sep 2005 00:45:37 +0000 (UTC) (envelope-from stenn@ntp1.isc.org) To: Giorgos Keramidas In-Reply-To: Message from Giorgos Keramidas of "Sun, 18 Sep 2005 16:26:43 +0300." <20050918132642.GA1048@flame.pc> X-Mailer: MH-E 7.4.2; nmh 1.0.4; XEmacs 21.4 (patch 14) Mime-Version: 1.0 (generated by tm-edit 1.8) Content-Type: text/plain; charset=US-ASCII Date: Mon, 19 Sep 2005 00:45:36 +0000 From: Harlan Stenn X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on ntp1.isc.org Message-Id: <20050919004538.64E5A39ADB@ntp1.ntp.isc.org> Cc: Harlan Stenn , freebsd-questions@freebsd.org Subject: Re: gmake/make dependency problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2005 00:45:39 -0000 Here's what I am seeing: stenn@barnstable> gmake -n ntpd-opts.c gmake: `../../ntpd/ntpd-opts.c' is up to date. stenn@barnstable> make -n ntpd-opts.c cd ../../ntpd && autogen ntpd-opts.def stenn@barnstable> H