added the suffix .bak to the backed up file #414

This commit is contained in:
Jordi Sanfeliu 2022-11-10 12:48:11 +01:00
parent 842cf2cd04
commit 86be31af83
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ RM = rm -f
RMD = rmdir
SED = sed
INSTALL = install -p
BACKUP = -b
BACKUP = -b --suffix=.bak
INSTALL_PROGRAM = $(INSTALL) -m755
INSTALL_DATA = $(INSTALL) -m644
INSTALL_DIR = $(INSTALL) -d