aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@sandeen.net>2009-01-08 14:07:51 -0600
committerEric Sandeen <sandeen@sandeen.net>2009-01-08 14:07:51 -0600
commit4da96c241109e9743fd3213b8fcad28fcf66d6f7 (patch)
tree9beb056763c6422b9999b12e3353e70d2ab9a169
parent089c5c1feecc388f627b9985e9c141fabb7f8f57 (diff)
downloaddmapi-dev-4da96c241109e9743fd3213b8fcad28fcf66d6f7.tar.gz
fix include/ symlink creation (again)
We need the "default" target first, otherwise a simple "make -C include" only ran the xfs target, missing disk, and failures ensued. 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 8e092d2..b8d75c7 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -9,11 +9,11 @@ HFILES = dmapi.h
LSRCFILES = builddefs.in buildmacros buildrules dmapi_kern.h
LDIRT = xfs
+default install: xfs
+
xfs:
$(LN_S) . $@
-default install: xfs
-
include $(BUILDRULES)
install-dev: default