Skip to content

Commit

Permalink
[fix] fix typo in logalizer Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Aug 26, 2012
1 parent 3bd5ed1 commit b8cc141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/logalizer/Makefile
Expand Up @@ -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)
Expand Down

0 comments on commit b8cc141

Please sign in to comment.