[PATCH] dmapi: fix include/ symlink creation (again)
Eric Sandeen
sandeen at sandeen.net
Thu Jan 8 13:07:59 CST 2009
We need the "default" target first, otherwise a simple "make -C include"
only ran the xfs target, missing disk, and failures ensued.
Signed-off-by: Eric Sandeen <sandeen at sandeen.net>
---
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
More information about the xfs
mailing list