X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=Makefile.am;h=6d24bdf1126ad022a72c2e2ed9dd8eb95f8cf1d4;hb=10e4763dde36d5eb82a7f5fe64677c58889bdd69;hp=4cf31bf9419a300f7eb66e73ba23fab98f5d6df9;hpb=297e0855665e45708b114048e42befc4654cdbee;p=wimlib diff --git a/Makefile.am b/Makefile.am index 4cf31bf9..6d24bdf1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -186,8 +186,8 @@ install-data-hook: uninstall-hook: if [ "@IMAGEX_PROGNAME@" != imagex ]; then \ - rm -f $(DESTDIR)$(bindir)/"@IMAGEX_PROGNAME@" \ - rm -f $(DESTDIR)$(bindir)/imagex \ + rm -f $(DESTDIR)$(bindir)/"@IMAGEX_PROGNAME@"; \ + rm -f $(DESTDIR)$(bindir)/imagex; \ fi for cmd in $(imagex_cmds); do \ rm -f $(DESTDIR)$(bindir)/wim$${cmd}; \