Skip to content

Commit

Permalink
Use single style file paths in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Thaodan committed Dec 18, 2020
1 parent d93761c commit a19b935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scratchbox2/utils/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit a19b935

Please sign in to comment.