[PATCH] acl: fix include/ symlink creation (again)

Eric Sandeen sandeen at sandeen.net
Thu Jan 8 13:07:00 CST 2009


We need the "default" target first, otherwise a simple "make -C include"
only ran the sys target, missing disk, and failures ensued.

Signed-off-by: Eric Sandeen <sandeen at sandeen.net>
---

diff --git a/include/Makefile b/include/Makefile
index e923bc0..f9f5552 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -9,11 +9,11 @@ HFILES = acl.h libacl.h acl_ea.h misc.h walk_tree.h
 LSRCFILES = builddefs.in buildmacros buildrules config.h.in
 LDIRT = sys acl
 
+default: sys acl
+
 sys acl:
 	$(LN_S) . $@
 
-default: sys acl
-
 include $(BUILDRULES)
 
 install-dev: default





More information about the xfs mailing list