Skip to content

Commit

Permalink
[tmtc] ivy2nmea doesn't need gps lib, remove it on clean
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Oct 8, 2014
1 parent 91e0d8b commit b580c34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sw/ground_segment/tmtc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ all: link server messages settings dia diadec ivy_tcp_aircraft ivy_tcp_controlle
opt: server.opt

clean:
$(Q)rm -f link server messages settings dia diadec *.bak *~ core *.o .depend *.opt *.out *.cm* ivy_tcp_aircraft ivy_tcp_controller broadcaster ivy2udp ivy_serial_bridge app_server gpsd2ivy c_ivy_client_example_1 c_ivy_client_example_2 c_ivy_client_example_3
$(Q)rm -f link server messages settings dia diadec *.bak *~ core *.o .depend *.opt *.out *.cm* ivy_tcp_aircraft ivy_tcp_controller broadcaster ivy2udp ivy_serial_bridge app_server gpsd2ivy c_ivy_client_example_1 c_ivy_client_example_2 c_ivy_client_example_3 ivy2nmea

messages : messages.cmo $(LIBPPRZCMA)
@echo OL $@
Expand Down Expand Up @@ -141,7 +141,7 @@ gpsd2ivy: gpsd2ivy.c

ivy2nmea: ivy2nmea.c
@echo OL $@
$(Q)$(CC) $(GLIB_CFLAGS) $(C_LIBRARYS) $(C_INCLUDES) -o $@ $< $(GLIB_LDFLAGS) -lgps
$(Q)$(CC) $(GLIB_CFLAGS) $(C_LIBRARYS) $(C_INCLUDES) -o $@ $< $(GLIB_LDFLAGS)

c_ivy_client_example_1: c_ivy_client_example_1.c
$(CC) $(GLIB_CFLAGS) $(C_LIBRARYS) $(C_INCLUDES) -o $@ $< $(GLIB_LDFLAGS)
Expand Down

0 comments on commit b580c34

Please sign in to comment.