# HG changeset patch # User William Astle # Date 1428936377 21600 # Node ID f0910d85f7db3a0deee0689947e79d78f9574563 # Parent b62af915c2cc50c984c0d3fcff894de5c5b32180 Remove extraneous PWD reference from Makefile. It's not clear why the $PWD reference was even present. It was possibly a historical artifact from a previous Makefile structure. Thank you to Tormod Volden for recommending the fix. diff -r b62af915c2cc -r f0910d85f7db Makefile --- a/Makefile Sun Apr 12 12:11:19 2015 -0600 +++ b/Makefile Mon Apr 13 08:46:17 2015 -0600 @@ -28,7 +28,7 @@ endif CPPFLAGS += -I lwlib -DPACKAGE_STRING='"lwtools 4.11"' -LDFLAGS += -L$(PWD)/lwlib -llw +LDFLAGS += -Llwlib -llw CFLAGS ?= -O3 -Wall