From: N. Brouard Date: Tue, 28 May 2019 14:01:27 +0000 (+0000) Subject: Summary: LDFLAGS moved for -lm to be taken into account on Ubuntu X-Git-Tag: imach-099s7~165 X-Git-Url: https://henry.ined.fr/git/?a=commitdiff_plain;h=0187002e9235c95307af5cd271e28a62801eb659;p=.git Summary: LDFLAGS moved for -lm to be taken into account on Ubuntu --- diff --git a/src/Makefile b/src/Makefile index da3473d..a90dc3b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -424,7 +424,7 @@ ifdef _macosx endif imach: imach.o - $(CC) $(LFLAGS) -o imach imach.o + $(CC) -o imach $(LFLAGS) imach.o ifdef _macosx $(DSYMUTIL) imach endif