diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-01-07 23:11:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-07 23:11:34 +0100 |
commit | 85488a93ec3b07210339f2b05aa93e970f9ac3be (patch) | |
tree | e0a96d79de043515dcc36198fec9aa60fccd6892 /src/libexpr/local.mk | |
parent | ff342fc0c2be662dd9791ff32b4d6d63e35aa2e9 (diff) | |
parent | 27332870466c971d9c9bbc4a0955c7882468e132 (diff) |
Merge pull request #2612 from Ericson2314/remove-dead-dynlib_suffix
[Needs testing and review] Remove dead code
Diffstat (limited to 'src/libexpr/local.mk')
-rw-r--r-- | src/libexpr/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/local.mk b/src/libexpr/local.mk index daa3258f0..ccd5293e4 100644 --- a/src/libexpr/local.mk +++ b/src/libexpr/local.mk @@ -6,7 +6,7 @@ libexpr_DIR := $(d) libexpr_SOURCES := $(wildcard $(d)/*.cc) $(wildcard $(d)/primops/*.cc) $(d)/lexer-tab.cc $(d)/parser-tab.cc -libexpr_LIBS = libutil libstore libformat +libexpr_LIBS = libutil libstore libexpr_LDFLAGS = ifneq ($(OS), FreeBSD) |