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

Eric Sandeen sandeen at redhat.com
Thu Jan 8 12:09:08 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>
---

(I'll do the other subdirs too.)

diff --git a/include/Makefile b/include/Makefile
index 1c68188..0403536 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -40,11 +40,11 @@ LSRCFILES += platform_defs.h.in builddefs.in buildmacros buildrules $(DKHFILES)
 LSRCFILES += command.h input.h path.h project.h
 LDIRT = xfs disk
 
+default install: xfs disk
+
 xfs disk:
 	$(LN_S) . $@
 
-default install: xfs disk
-
 include $(BUILDRULES)
 
 install-dev: default




More information about the xfs mailing list