mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-09-08 03:39:25 -04:00
Makefile: should use ln -f
This commit is contained in:
parent
596bd3c661
commit
4325101bb9
2
Makefile
2
Makefile
@ -162,7 +162,7 @@ gunzip$(PROG_SUFFIX):tools/gzip.c libdeflate$(LIB_SUFFIX)
|
||||
$(CC) -o $@ $(CFLAGS) $(GZIP_CFLAGS) $(PROG_CFLAGS) -L. $+ libdeflate$(LIB_SUFFIX)
|
||||
else
|
||||
gunzip$(PROG_SUFFIX):gzip$(PROG_SUFFIX)
|
||||
ln gzip$(PROG_SUFFIX) $@
|
||||
ln -f gzip$(PROG_SUFFIX) $@
|
||||
endif
|
||||
|
||||
ifeq ($(BUILD_PROGRAMS),yes)
|
||||
|
Loading…
x
Reference in New Issue
Block a user