Remove useless directive from the GNUmakefile (#1669)

This commit is contained in:
Sylvestre Ledru 2020-12-21 21:27:53 +01:00 committed by GitHub
parent 8b12686888
commit d5764b3096
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -236,18 +236,6 @@ ifeq (${MULTICALL}, y)
INSTALLEES := ${INSTALLEES} uutils
endif
# Shared library extension
SYSTEM := $(shell uname)
DYLIB_EXT :=
ifeq ($(SYSTEM),Linux)
DYLIB_EXT := so
DYLIB_FLAGS := -shared
endif
ifeq ($(SYSTEM),Darwin)
DYLIB_EXT := dylib
DYLIB_FLAGS := -dynamiclib -undefined dynamic_lookup
endif
all: build
do_install = $(INSTALL) ${1}