From: "Simon Matter" Date: Date: Tue, 13 Jun 2023 15:01:11 +0200 Subject: [PATCH] Do not use $MFLAGS for imake, it's only intended for make See https://github.com/ArcticaProject/nx-libs/issues/1058 diff -Naurp nx-libs-3.5.99.26.orig/nx-X11/Makefile nx-libs-3.5.99.26/nx-X11/Makefile --- nx-libs-3.5.99.26.orig/nx-X11/Makefile 2023-04-28 14:39:57.000000000 +0200 +++ nx-libs-3.5.99.26/nx-X11/Makefile 2023-05-26 15:52:11.681923103 +0200 @@ -70,7 +70,7 @@ xmakefile: else \ exit 0; \ fi - which $(IMAKE) 1>/dev/null && $(IMAKE_CMD) $(MFLAGS) -s xmakefile -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR) + which $(IMAKE) 1>/dev/null && $(IMAKE_CMD) -s xmakefile -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR) # don't allow any default rules in this Makefile .SUFFIXES: