From a19b935f85e950a2b2f251e5fc8cebd284589cba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Bidar?= Date: Tue, 15 Dec 2020 23:17:03 +0200 Subject: [PATCH] Use single style file paths in makefile --- scratchbox2/utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scratchbox2/utils/Makefile b/scratchbox2/utils/Makefile index 80e0fb97..e2c43bbe 100644 --- a/scratchbox2/utils/Makefile +++ b/scratchbox2/utils/Makefile @@ -18,7 +18,7 @@ $(D)/sb2-ruletree: CFLAGS := $(CFLAGS) -Wall -W $(WERROR) \ -I$(SRCDIR)/include $(D)/sb2-ruletree.o: preload/exported.h -$(D)/sb2-ruletree: $(D)/sb2-ruletree.o $(D)/../rule_tree/rule_tree.o +$(D)/sb2-ruletree: $(D)/sb2-ruletree.o rule_tree/rule_tree.o $(MKOUTPUTDIR) $(P)LD $(Q)$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ -ldl