Merge pull request #202 from micrakow/makefile_j_fix

Forcing symbolic link creation
This commit is contained in:
Kamil Łepek 2019-06-24 12:57:35 +02:00 committed by GitHub
commit 0293ce956e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ ifeq ($(strip $(OUTDIR)),)
endif
ifeq ($(strip $(CMD)),)
INSTALL=ln -s
INSTALL=ln -fs
else ifeq ($(strip $(CMD)),cp)
INSTALL=cp
else ifeq ($(strip $(CMD)),install)