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

Set MKFLAGS to MAKEFLAGS= (the magic bit), per Deuce.

A second fix for the recursive make issue in src/sbbs3/targets.mk
(build of scfg, uedit, and umonitor).
parent 988205c3
Branches
Tags
No related merge requests found
...@@ -30,6 +30,8 @@ ...@@ -30,6 +30,8 @@
# NO_GTK = Don't build GTK-based sysop tools # NO_GTK = Don't build GTK-based sysop tools
# X_PATH = /path/to/X (if not /usr/X11R6) # X_PATH = /path/to/X (if not /usr/X11R6)
# the magic bit:
MKFLAGS += MAKEFLAGS=
ifndef DEBUG ifndef DEBUG
ifndef RELEASE ifndef RELEASE
RELEASE := 1 RELEASE := 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment