summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@sandeen.net>2009-01-08 14:02:30 -0600
committerEric Sandeen <sandeen@sandeen.net>2009-01-08 14:02:30 -0600
commit517b6086e7386398c9b53bcd6c9c8a1c63307fbb (patch)
treea28aee07e8c51d8d2159c751a15dd6933ce1c583 /include
parent80a3cd14fa69a69e3f70fb753fa02631504df07e (diff)
downloadacl-517b6086e7386398c9b53bcd6c9c8a1c63307fbb.tar.gz
fix include/ symlink creation (again)
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@sandeen.net> Reviewed-by:Christoph Hellwig <hch@infradead.org>
Diffstat (limited to 'include')
-rw-r--r--include/Makefile4
1 files changed, 2 insertions, 2 deletions
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