From 0c4cdc4c3bdb4338782ad5e49fed4e3cf0de3704 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Mon, 31 Dec 2012 12:21:14 +0000 Subject: [PATCH] makefile clean: remove trailing slash from BUILD to avoid erasing peoples root directory --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4f75df4..5b5df95 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ $(BUILD): Makefile $(MK) $(MODMKS) .PHONY: clean clean: - @rm -rf $(SHARED) $(STATIC) test.d test.o test $(BUILD)/ + @rm -rf $(SHARED) $(STATIC) test.d test.o test $(BUILD) install: $(SHARED) $(STATIC)