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) 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)