Skip to content
Snippets Groups Projects
Commit 1d6df83a authored by Avi Kivity's avatar Avi Kivity
Browse files

build: remove junk form autodependencies

-MD accepts no argument, and luckily the argument we supplied evaluated to
nothing.  Remove it.
parent da105cba
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ CFLAGS = $(autodepend) -g -Wall -Wno-pointer-arith $(INCLUDES) -Werror
ASFLAGS = -g $(autodepend)
sys-includes = $(jdkbase)/include $(jdkbase)/include/linux
autodepend = -MD $(@.o=.d) -MT $@ -MP
autodepend = -MD -MT $@ -MP
do-sys-includes = $(foreach inc, $(sys-includes), -isystem $(inc))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment