We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b1321 commit d213e49Copy full SHA for d213e49
GNUmakefile
@@ -498,8 +498,8 @@ else
498
cd $(INSTALLDIR_BIN) && $(LN) $(PROG_PREFIX)hashsum $(PROG_PREFIX)$(prog) $(newline) \
499
)
500
endif
501
-# symlink test if we have
502
-$(shell cd $(INSTALLDIR_BIN) && $(LN) $(shell readlink $(PROG_PREFIX)test) $(PROG_PREFIX)[ || true)
+ # symlink test if we have
+ $(shell cd $(INSTALLDIR_BIN) && $(LN) $(shell readlink $(PROG_PREFIX)test) $(PROG_PREFIX)[ || true)
503
504
uninstall:
505
ifneq ($(OS),Windows_NT)
0 commit comments