Skip to content
Snippets Groups Projects
Commit 988205c3 authored by rswindell's avatar rswindell
Browse files

Remove unnecessary $(MAKEFLAGS) - passed via environment already, for

recursive make of scfg, uedit, and umonitor.
parent 6a8ea6a8
No related branches found
No related tags found
No related merge requests found
......@@ -68,15 +68,15 @@ mono: xpdev-mt smblib \
.PHONY: scfg
scfg:
$(MAKE) -C scfg $(MAKEFLAGS)
$(MAKE) -C scfg
.PHONY: uedit
uedit:
$(MAKE) -C uedit $(MAKEFLAGS)
$(MAKE) -C uedit
.PHONY: umonitor
umonitor:
$(MAKE) -C umonitor $(MAKEFLAGS)
$(MAKE) -C umonitor
ifdef SBBSEXEC
......
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