mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +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…
Add table
Add a link
Reference in a new issue