Skip to content

Commit cdcb490

Browse files
committed
Tweak ENC_TRANS_SO_D
It corresponds to TRANSSODIR, that contains `$(arch)`, so should contain it as well.
1 parent f1776e8 commit cdcb490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

enc/Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ OBJEXT = @OBJEXT@
2424
LIBEXT = @LIBEXT@
2525
EXEEXT = @EXEEXT@
2626
TIMESTAMPDIR = $(EXTOUT)/.timestamp
27-
ENC_TRANS_D = $(TIMESTAMPDIR)/.enc-trans.time
28-
ENC_TRANS_SO_D = $(TIMESTAMPDIR)/.enc-trans.so.time
27+
ENC_TRANS_D = $(TIMESTAMPDIR)/enc-trans.time
28+
ENC_TRANS_SO_D = $(TIMESTAMPDIR)/enc-trans-$(arch).time
2929

3030
BUILTIN_ENCS = enc/ascii.c enc/us_ascii.c\
3131
enc/unicode.c enc/utf_8.c

0 commit comments

Comments
 (0)