changeset 350:f0910d85f7db

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.
author William Astle <lost@l-w.ca>
date Mon, 13 Apr 2015 08:46:17 -0600
parents b62af915c2cc
children e4ad15af2e93
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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