Skip to content

Commit e664ecc

Browse files
authored
Merge pull request #173 from twaugh/0.4.x
Merge build fix from 0.4.x
2 parents ebfde44 + 478d482 commit e664ecc

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
@@ -28,7 +28,7 @@ bin_SCRIPTS = \
2828
scripts/espdiff
2929

3030
dist_bin_SCRIPTS = \
31-
patchview/patchview-wrapper$(EXEEXT)
31+
patchview/patchview-wrapper #$(EXEEXT)
3232

3333
# Bash completion files
3434
bashcompletiondir = $(datadir)/bash-completion/completions
@@ -147,7 +147,7 @@ $(interdiff_links): src/interdiff$(EXEEXT)
147147
$(filterdiff_links): src/filterdiff$(EXEEXT)
148148
ln -sf $(notdir $<) $@
149149

150-
$(patchview_links): patchview/patchview-wrapper$(EXEEXT)
150+
$(patchview_links): patchview/patchview-wrapper #$(EXEEXT)
151151
ln -sf $(notdir $<) $@
152152

153153
# Ensure all symlinks are created during build
@@ -169,7 +169,7 @@ if USE_SCANNER_PATCHFILTER
169169
ln -sf "`echo patchfilter|sed '$(transform)'`" $(DESTDIR)$(bindir)/"`echo grepdiff|sed '$(transform)'`"
170170
endif
171171
@for f in $(patchview_links); do \
172-
ln -sf "`echo patchview-wrapper$(EXEEXT) | sed '$(transform)'`" \
172+
ln -sf "`echo patchview-wrapper | sed '$(transform)'`" \
173173
"$(DESTDIR)$(bindir)/`basename $$f | sed '$(transform)'`"; \
174174
done
175175

0 commit comments

Comments
 (0)