From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by oss.sgi.com (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with ESMTP id n08MEQdE011234 for ; Thu, 8 Jan 2009 16:14:26 -0600 Received: from mx2.redhat.com (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id 103801BFC66C for ; Thu, 8 Jan 2009 14:14:25 -0800 (PST) Received: from mx2.redhat.com (mx2.redhat.com [66.187.237.31]) by cuda.sgi.com with ESMTP id jTcwyVi2Lvn0ynqa for ; Thu, 08 Jan 2009 14:14:25 -0800 (PST) Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n08J7dDi012882 for ; Thu, 8 Jan 2009 14:07:39 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n08J7dSI012707 for ; Thu, 8 Jan 2009 14:07:39 -0500 Received: from neon.msp.redhat.com (neon.msp.redhat.com [10.15.80.10]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n08J7aWA001904 for ; Thu, 8 Jan 2009 14:07:39 -0500 Message-ID: <49664EF7.20707@sandeen.net> Date: Thu, 08 Jan 2009 13:07:35 -0600 From: Eric Sandeen MIME-Version: 1.0 Subject: [PATCH] attr: fix include/ symlink creation (again) List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com To: xfs mailing list We need the "default" target first, otherwise a simple "make -C include" only ran the $(INCDIR) target, missing disk, and failures ensued. Signed-off-by: Eric Sandeen --- diff --git a/include/Makefile b/include/Makefile index 3fde1fc..a645251 100644 --- a/include/Makefile +++ b/include/Makefile @@ -11,11 +11,11 @@ HFILES = $(INST_HFILES) misc.h walk_tree.h LSRCFILES = builddefs.in buildmacros buildrules config.h.in LDIRT = $(INCDIR) +default: $(INCDIR) + $(INCDIR): $(LN_S) . $@ -default: $(INCDIR) - include $(BUILDRULES) install-dev: default _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs