Skip to content

Commit

Permalink
build: run make Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
gperciva committed Feb 20, 2024
1 parent 06c4395 commit cf303a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liball/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ asprintf.o: ../util/asprintf.c ../util/asprintf.h
${CC} ${CFLAGS_POSIX} -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. ${IDIRS} ${CPPFLAGS} ${CFLAGS} -c ../util/asprintf.c -o asprintf.o
b64encode.o: ../util/b64encode.c ../util/b64encode.h
${CC} ${CFLAGS_POSIX} -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. ${IDIRS} ${CPPFLAGS} ${CFLAGS} -c ../util/b64encode.c -o b64encode.o
daemonize.o: ../util/daemonize.c ../util/noeintr.h ../util/warnp.h ../util/daemonize.h
daemonize.o: ../util/daemonize.c ../util/ipc_sync.h ../util/noeintr.h ../util/warnp.h ../util/daemonize.h
${CC} ${CFLAGS_POSIX} -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. ${IDIRS} ${CPPFLAGS} ${CFLAGS} -c ../util/daemonize.c -o daemonize.o
entropy.o: ../util/entropy.c ../util/warnp.h ../util/entropy.h
${CC} ${CFLAGS_POSIX} -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DCPUSUPPORT_CONFIG_FILE=\"cpusupport-config.h\" -DAPISUPPORT_CONFIG_FILE=\"apisupport-config.h\" -I.. ${IDIRS} ${CPPFLAGS} ${CFLAGS} -c ../util/entropy.c -o entropy.o
Expand Down

0 comments on commit cf303a3

Please sign in to comment.