summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/Makefile4
1 files 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