From e5245da7842d44cded67a12825b852b521c2d6c4 Mon Sep 17 00:00:00 2001 From: Tushar Rakheja Date: Mon, 5 May 2025 01:39:27 -0500 Subject: [PATCH 1/2] fix typo in Makefile --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 5c53edf..67e45b4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -119,7 +119,7 @@ install: all dirs tables cp $(PROGS) $(TOP) cp $(PROGS2) $(TOP) cp $(PROGS3) $(TOP) - cp $(PROGS3) $(TOP) + cp $(PROGS4) $(TOP) cp ../perlsrc/* $(TOP) cp fxtract $(BIN) cp -r script $(BIN) From 2f53df993bb4f81a22e96feff6b12cfb553512c6 Mon Sep 17 00:00:00 2001 From: Tushar Rakheja Date: Mon, 5 May 2025 01:39:57 -0500 Subject: [PATCH 2/2] fix typo in Makefile.mac --- src/Makefile.mac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.mac b/src/Makefile.mac index 0e83799..0a0afce 100644 --- a/src/Makefile.mac +++ b/src/Makefile.mac @@ -128,7 +128,7 @@ install: all dirs tables cp $(PROGS) $(TOP) cp $(PROGS2) $(TOP) cp $(PROGS3) $(TOP) - cp $(PROGS3) $(TOP) + cp $(PROGS4) $(TOP) cp ../perlsrc/* $(TOP) cp ../pysrc/* $(TOP) cp fxtract $(BIN)