From 7ab0f9c71742042b3207eafb5837066929973945 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Thu, 8 Jan 2009 14:03:22 -0600 Subject: fix include/ symlink creation (again) We need the "default" target first, otherwise a simple "make -C include" only ran the $(INCDIR) target, missing disk, and failures ensued. Signed-off-by: Eric Sandeen Reviewed-by: Christoph Hellwig --- include/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/Makefile b/include/Makefile index 3fde1fc..a645251 100644 --- a/include/Makefile +++ b/include/Makefile @@ -11,11 +11,11 @@ HFILES = $(INST_HFILES) misc.h walk_tree.h LSRCFILES = builddefs.in buildmacros buildrules config.h.in LDIRT = $(INCDIR) +default: $(INCDIR) + $(INCDIR): $(LN_S) . $@ -default: $(INCDIR) - include $(BUILDRULES) install-dev: default -- cgit v1.2.3