@@ -89,7 +89,7 @@ <h2 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIP
8989 < a class ="Xr " href ="https://man7.org/linux/man-pages/man1/make.1.html "> make(1)</ a >
9090 dependencies to < var class ="Ar "> depend_file</ var > .</ dd >
9191 < dt id ="MC "> < a class ="permalink " href ="#MC "> < code class ="Fl "> -MC</ code > </ a > </ dt >
92- < dd > To be used in conjunction with < code class ="Fl "> -MG</ code > . This makes
92+ < dd > Implies < code class ="Fl "> -MG</ code > . This makes
9393 < code class ="Nm "> rgbasm</ code > continue processing after a non-existent
9494 dependency file, instead of exiting. Note that this is
9595 < a class ="permalink " href ="#not "> < i class ="Em " id ="not "> not</ i > </ a >
@@ -107,8 +107,9 @@ <h2 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIP
107107 was enabled) instead of erroring out. This feature is used in automatic
108108 updating of Makefiles.</ dd >
109109 < dt id ="MP "> < a class ="permalink " href ="#MP "> < code class ="Fl "> -MP</ code > </ a > </ dt >
110- < dd > When enabled, this causes a phony target to be added for each dependency
111- other than the main file. This prevents
110+ < dd > When enabled, this adds a phony target to the rules emitted by
111+ < code class ="Fl "> -M</ code > for each dependency other than the main file.
112+ This prevents
112113 < a class ="Xr " href ="https://man7.org/linux/man-pages/man1/make.1.html "> make(1)</ a >
113114 from erroring out when dependency files are deleted.</ dd >
114115 < dt id ="MT "> < a class ="permalink " href ="#MT "> < code class ="Fl "> -MT</ code > </ a >
0 commit comments