Merge pull request #202 from micrakow/makefile_j_fix
Forcing symbolic link creation
This commit is contained in:
commit
0293ce956e
2
Makefile
2
Makefile
@ -15,7 +15,7 @@ ifeq ($(strip $(OUTDIR)),)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(strip $(CMD)),)
|
ifeq ($(strip $(CMD)),)
|
||||||
INSTALL=ln -s
|
INSTALL=ln -fs
|
||||||
else ifeq ($(strip $(CMD)),cp)
|
else ifeq ($(strip $(CMD)),cp)
|
||||||
INSTALL=cp
|
INSTALL=cp
|
||||||
else ifeq ($(strip $(CMD)),install)
|
else ifeq ($(strip $(CMD)),install)
|
||||||
|
Loading…
Reference in New Issue
Block a user