Skip to content

Commit

Permalink
nx-X11/Makefile: pass down $(MFLAGS) to imake call, because... we pro…
Browse files Browse the repository at this point in the history
…bably want that. Likely.
  • Loading branch information
Ionic committed Jun 16, 2018
1 parent da51a36 commit 72f11ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx-X11/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 72f11ee

Please sign in to comment.