Skip to content

Commit 478d482

Browse files
authored
Merge pull request #172 from twaugh/fix-patchview-wrapper-exeext
Makefile.am patchview-wrapper script: drop EXEEXT
2 parents cb513b9 + 23b44e7 commit 478d482

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile.am

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bin_SCRIPTS = \
1515
scripts/espdiff
1616

1717
dist_bin_SCRIPTS = \
18-
patchview/patchview-wrapper$(EXEEXT)
18+
patchview/patchview-wrapper #$(EXEEXT)
1919

2020
# Bash completion files
2121
bashcompletiondir = $(datadir)/bash-completion/completions
@@ -76,7 +76,7 @@ $(interdiff_links): src/interdiff$(EXEEXT)
7676
$(filterdiff_links): src/filterdiff$(EXEEXT)
7777
ln -sf $(notdir $<) $@
7878

79-
$(patchview_links): patchview/patchview-wrapper$(EXEEXT)
79+
$(patchview_links): patchview/patchview-wrapper #$(EXEEXT)
8080
ln -sf $(notdir $<) $@
8181

8282
install-exec-hook:
@@ -89,7 +89,7 @@ install-exec-hook:
8989
"$(DESTDIR)$(bindir)/`basename $$f | sed '$(transform)'`"; \
9090
done
9191
@for f in $(patchview_links); do \
92-
ln -sf "`echo patchview-wrapper$(EXEEXT) | sed '$(transform)'`" \
92+
ln -sf "`echo patchview-wrapper | sed '$(transform)'`" \
9393
"$(DESTDIR)$(bindir)/`basename $$f | sed '$(transform)'`"; \
9494
done
9595

0 commit comments

Comments
 (0)