Skip to content

Commit e77db3b

Browse files
committed
Fix acr-cat overwrite issue reported in 832ad54#commitcomment-39288363
1 parent f6bc6c7 commit e77db3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile.acr

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ install:
3030
chmod +x "$(BINDIR)/acr-sh"
3131
$(INSTALL_SCRIPT) "$(VPATH)/src/amr" "$(BINDIR)/amr"
3232
$(INSTALL_SCRIPT) "$(VPATH)/src/acr-install" "$(BINDIR)/acr-install"
33-
$(INSTALL_SCRIPT) "$(VPATH)/src/acr-cat" "$(BINDIR)/acr-cat"
3433
mkdir -p "$(MANDIR)/man1/" "$(MANDIR)/man5/"
3534
${INSTALL_MAN} "$(VPATH)/man/man1/acr.1" "$(MANDIR)/man1/"
3635
${INSTALL_MAN} "$(VPATH)/man/man1/amr.1" "$(MANDIR)/man1/"

0 commit comments

Comments
 (0)