[PATCH] attr: fix include/ symlink creation (again)
Eric Sandeen
sandeen at sandeen.net
Thu Jan 8 13:07:35 CST 2009
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 at sandeen.net>
---
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
More information about the xfs
mailing list