From ef512a454184bfbcdf3ac6b295e9fb5bf7e26841 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Sun, 19 Apr 2020 09:46:35 -0700 Subject: chore: updated inclusion of files to mark the new partition of logic --- sys/libn/rules.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/libn/rules.mk') diff --git a/sys/libn/rules.mk b/sys/libn/rules.mk index b9efc37..4e33971 100644 --- a/sys/libn/rules.mk +++ b/sys/libn/rules.mk @@ -4,8 +4,8 @@ DIRSTACK_$(SP) := $(d) d := $(DIR) # Iterate through subdirectory tree -DIR := $(d)/bufio -include $(DIR)/rules.mk +# DIR := $(d)/bufio +# include $(DIR)/rules.mk # ... # Local sources @@ -36,7 +36,7 @@ BINS := $(BINS) $(BINS_$(d)) $(LIBS_$(d)): $(OBJS_$(d)) $(ARCHIVE) -$(BINS_$(d)): $(OBJ_DIR)/test.o +$(BINS_$(d)): $(OBJ_DIR)/libn/test.o $(LINK) # ---- Pop off stack ---- -- cgit v1.2.1