]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
fix include/ symlink creation (again)
authorEric Sandeen <sandeen@sandeen.net>
Thu, 8 Jan 2009 20:05:21 +0000 (14:05 -0600)
committerEric Sandeen <sandeen@sandeen.net>
Thu, 8 Jan 2009 20:05:21 +0000 (14:05 -0600)
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>
include/Makefile

index 1c681880dbfa9c7740315c00c44db82bd4506d82..040353655393f669ea3eed4bdd1ef521398d9c98 100644 (file)
@@ -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