diff options
Diffstat (limited to 'progs/redbook/Makefile')
-rw-r--r-- | progs/redbook/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/redbook/Makefile b/progs/redbook/Makefile index febc74441b9..956c398873a 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 $@ + $(APP_CC) -I$(INCDIR) $(CFLAGS) $< $(APP_LIB_DEPS) -o $@ |