[fix] fix typo in logalizer Makefile

This commit is contained in:
Felix Ruess
2012-08-26 20:33:34 +02:00
parent 24ac5029a6
commit e7b5f1afed
+1 -1
View File
@@ -106,7 +106,7 @@ test_sliding_plot: test_sliding_plot.c sliding_plot.c
$(CC) $(CFLAGS) -g -o $@ $^ $(LDFLAGS)
NAME = $(shell uname -s)
UNAME = $(shell uname -s)
ifeq ("$(UNAME)","Darwin")
IVY_C_LIBRARYS = $(shell if test -d /opt/paparazzi/lib; then echo "-L/opt/paparazzi/lib"; elif test -d /opt/local/lib; then echo "-L/opt/local/lib"; fi)