mirror of
https://github.com/uutils/coreutils
synced 2024-11-14 00:47:11 +00:00
Remove useless directive from the GNUmakefile (#1669)
This commit is contained in:
parent
8b12686888
commit
d5764b3096
1 changed files with 0 additions and 12 deletions
12
GNUmakefile
12
GNUmakefile
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue