diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-10-12 13:19:27 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-10-12 13:19:27 +0000 |
commit | 61b8df55c701c914abf16b5198e2ce044e5c7bde (patch) | |
tree | d9039768bbd318359f028dda13fba57f3e9f177a | |
parent | 3c3d5a49b2782c618e878f2db5b243370b9ad6c8 (diff) | |
download | execline-61b8df55c701c914abf16b5198e2ce044e5c7bde.tar.xz |
I love make-3.81
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |