summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@sandeen.net>2009-01-08 14:03:22 -0600
committerEric Sandeen <sandeen@sandeen.net>2009-01-08 14:03:22 -0600
commit7ab0f9c71742042b3207eafb5837066929973945 (patch)
tree867980233c3199a263a927468e1e21612b0e338c
parent696a59bb58fcbf8c9fd15dea8dc19f7544a2490c (diff)
downloadattr-7ab0f9c71742042b3207eafb5837066929973945.tar.gz
fix include/ symlink creation (again)
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 <sandeen@sandeen.net> Reviewed-by: Christoph Hellwig <hch@infradead.org>
-rw-r--r--include/Makefile4
1 files changed, 2 insertions, 2 deletions
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