Commit 72f11ee8 authored by Mihai Moldovan's avatar Mihai Moldovan

nx-X11/Makefile: pass down $(MFLAGS) to imake call, because... we probably want that. Likely.

parent da51a369
......@@ -70,7 +70,7 @@ xmakefile:
else \
exit 0; \
fi
which $(IMAKE) 1>/dev/null && $(IMAKE_CMD) -s xmakefile -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR)
which $(IMAKE) 1>/dev/null && $(IMAKE_CMD) $(MFLAGS) -s xmakefile -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR)
# don't allow any default rules in this Makefile
.SUFFIXES:
......
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