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

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)