Commit f52b268a authored by Alessandro Rubini's avatar Alessandro Rubini

FIXUP for 80789ee6 tools/Makefile: link with -lutil

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent ad2efece
...@@ -15,7 +15,7 @@ OBJDUMP = objdump ...@@ -15,7 +15,7 @@ OBJDUMP = objdump
all: $(ALL) all: $(ALL)
%: %.o %: %.o
${CC} -o $@ $< ${CC} $< $(LDFLAGS) -o $@
%.o: %.c %.o: %.c
${CC} -c $^ $(CFLAGS) -O0 ${CC} -c $^ $(CFLAGS) -O0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment