* Fixed telelogger Makefile recipe.
authorUrban Wallasch <urban.wallasch@freenet.de>
Sun, 21 Jul 2019 21:43:09 +0000 (23:43 +0200)
committerUrban Wallasch <urban.wallasch@freenet.de>
Sun, 21 Jul 2019 21:43:09 +0000 (23:43 +0200)
Makefile

index 00c00745fcbc4a2706cf3d8251ad37763a015786..e00c59f1cd83173577e48b73db9beef61e34278a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ telemetry.so: telemetry.cpp $(SDK_HEADERS)
 telehttpd: telehttpd.o shmget.o net.o fserv.o ntime.o
        $(CC) $(LDFLAGS) -o $@ -pthread $^
 
-telelogger: telelogger.o shmget.o net.o fserv.o ntime.o
+telelogger: telelogger.o shmget.o
        $(CC) $(LDFLAGS) -o $@ $^
 
 %.o: %.c $(SELF)