about summary refs log tree commit diff
path: root/other/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'other/Makefile')
-rw-r--r--other/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/Makefile b/other/Makefile
index 33c52a00..5acd7578 100644
--- a/other/Makefile
+++ b/other/Makefile
@@ -50,7 +50,7 @@ all: $(BINARIES) $(SUBDIRS:%=%/all)
 
 include $(SRCDIR)/common.mk
 
-ppmsvgalib: LDFLAGS_TARGET = $(LINUXSVGALIB)
+ppmsvgalib: LDFLAGS_TARGET = $(shell $(LIBOPT) $(LINUXSVGALIB))
 
 install.bin: install.bin.local
 .PHONY: install.bin.local