defs.mk: Indentation fix

This commit is contained in:
Jan Lindemann 2007-08-03 09:53:18 +00:00 committed by Jan Lindemann
commit c153a14130

View file

@ -383,7 +383,7 @@ ifeq ($(USE_TIMER),true)
CPPFLAGS += -D_USE_TIMER_
endif
LDFLAGS += -L$(LIBDIR) $(LOCAL_LDFLAGS) $(PROJECTLIB_LDFLAGS) $(PROJECT_LDFLAGS) $(LPPFLAGS) $(YTOOLS_LDFLAGS)
LDFLAGS += -L$(LIBDIR) $(LOCAL_LDFLAGS) $(PROJECTLIB_LDFLAGS) $(PROJECT_LDFLAGS) $(LPPFLAGS) $(YTOOLS_LDFLAGS)
ifeq ($(USE_PROFILER),true)
CFLAGS += -fprofile-arcs -ftest-coverage