From: Eric Sandeen Date: Thu, 8 Jan 2009 20:05:21 +0000 (-0600) Subject: fix include/ symlink creation (again) X-Git-Tag: v3.0.0~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31e375e6b6a9e753968f91d32e33553ab7dcb476;p=thirdparty%2Fxfsprogs-dev.git 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 --- diff --git a/include/Makefile b/include/Makefile index 1c681880d..040353655 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