Really enable the compiler detected flags into its correct var.

This commit is contained in:
Juan RP
2011-01-15 10:41:35 +01:00
parent 33c1a33912
commit 4420bd9427
2 changed files with 20 additions and 23 deletions

View File

@@ -36,7 +36,7 @@ endif
$(BIN).static: $(OBJS)
@printf " [CCLD]\t\t$@\n"
@$(CC) -static $^ $(CPPFLAGS) $(CFLAGS) -lxbps $(STATIC_LIBS) -o $@
@$(CC) -static $^ $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(STATIC_LIBS) -o $@
$(BIN): $(OBJS)
@printf " [CCLD]\t\t$@\n"