File x3270-dependency.patch of Package x3270
From 5dff59aef62fbd8a35e34e15e402a97b54b6deb4 Mon Sep 17 00:00:00 2001 From: Paul Mattes <paul.mattes@case.edu> Date: Sat, 24 May 2025 09:12:09 -0500 Subject: [PATCH] Fix mitm dependency bug that causes GNU Make 4.4 parallel build errors --- mitm/Makefile.obj.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitm/Makefile.obj.in b/mitm/Makefile.obj.in index 658f60f6..cd55258c 100644 --- a/mitm/Makefile.obj.in +++ b/mitm/Makefile.obj.in @@ -63,7 +63,7 @@ version.o: mkversion.py $(VOBJS) version.txt $(CC) $(CFLAGS) -c -o $@ $(XVERSION) $(RM) $(XVERSION) -mitm: $(OBJS1) $(DEP3270) +mitm: $(OBJS1) $(DEP32XX) $(CC) -o $@ $(LDFLAGS) $(OBJS1) $(LD32XX) $(LIBS) man:: mitm.man -- 2.47.1