summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-10-12 13:19:27 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-10-12 13:19:27 +0000
commit61b8df55c701c914abf16b5198e2ce044e5c7bde (patch)
treed9039768bbd318359f028dda13fba57f3e9f177a /Makefile
parent3c3d5a49b2782c618e878f2db5b243370b9ad6c8 (diff)
downloadexecline-61b8df55c701c914abf16b5198e2ce044e5c7bde.tar.xz
I love make-3.81
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 961f787..c3b4a4a 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ INTERNAL_LIBS :=
EXTRA_TARGETS :=
LIB_DEFS :=
-define library_definition =
+define library_definition
LIB$(firstword $(subst =, ,$(1))) := lib$(lastword $(subst =, ,$(1))).$(if $(DO_ALLSTATIC),a,so).xyzzy
ifdef DO_SHARED
SHARED_LIBS += lib$(lastword $(subst =, ,$(1))).so.xyzzy