summaryrefslogtreecommitdiff
path: root/progs/redbook/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'progs/redbook/Makefile')
-rw-r--r--progs/redbook/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/redbook/Makefile b/progs/redbook/Makefile
index febc74441b9..078f19125a8 100644
--- a/progs/redbook/Makefile
+++ b/progs/redbook/Makefile
@@ -24,7 +24,7 @@ PROGS = aaindex aapoly aargb accanti accpersp alpha alpha3D anti \
.SUFFIXES: .c
.c: $(LIB_DEP)
- $(CC) -I$(INCDIR) $(CFLAGS) $< $(APP_LIB_DEPS) -o $@
+ $(CC) -I$(INCDIR) $(CFLAGS) $(LDFLAGS) $< $(APP_LIB_DEPS) -o $@