working commit

This commit is contained in:
2026-04-22 14:32:31 +02:00
parent fb080285c6
commit 468dc70d7c
8 changed files with 12 additions and 28 deletions
+4 -4
View File
@@ -238,17 +238,17 @@ ECHO_N = -n
ECHO_T =
ETAGS = etags
EXEEXT =
INSTALL = /usr/bin/install -c
INSTALL = /bin/install -c
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
LDFLAGS = -pthread -static
LDFLAGS = -pthread
LIBOBJS =
LIBS = -Wl,--as-need -lprotobuf-lite
LTLIBOBJS =
MAKEINFO = ${SHELL} '/home/ziggi/Projects/tcpserv09/missing' makeinfo
MKDIR_P = /usr/bin/mkdir -p
MKDIR_P = /bin/mkdir -p
OBJEXT = o
PACKAGE = helmet
PACKAGE_BUGREPORT =
@@ -258,7 +258,7 @@ PACKAGE_TARNAME = helmet
PACKAGE_URL =
PACKAGE_VERSION = 0.0.1
PATH_SEPARATOR = :
PROTOC = /usr/bin/protoc
PROTOC = /bin/protoc
RANLIB = ranlib
SET_MAKE =
SHELL = /bin/bash