aboutsummaryrefslogtreecommitdiffstats
path: root/src/firemon
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-02-11 08:03:09 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2021-02-11 08:03:09 -0500
commit527be3f823b4835d91d7ef412db0799ce94eef8b (patch)
tree62c514aaae9e23439c7905aab7d07ce2b6d978f4 /src/firemon
parentMerge pull request #3969 from glitsj16/fsaccessat2 (diff)
downloadfirejail-527be3f823b4835d91d7ef412db0799ce94eef8b.tar.gz
firejail-527be3f823b4835d91d7ef412db0799ce94eef8b.tar.zst
firejail-527be3f823b4835d91d7ef412db0799ce94eef8b.zip
display-im6.q16
Diffstat (limited to 'src/firemon')
-rw-r--r--src/firemon/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firemon/Makefile.in b/src/firemon/Makefile.in
index f2513213c..9ee798fe9 100644
--- a/src/firemon/Makefile.in
+++ b/src/firemon/Makefile.in
@@ -2,7 +2,7 @@ all: firemon
2 2
3include ../common.mk 3include ../common.mk
4 4
5%.o : %.c $(H_FILE_LIST) 5%.o : %.c $(H_FILE_LIST) ../include/common.h ../include/pid.h
6 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(INCLUDE) -c $< -o $@ 6 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(INCLUDE) -c $< -o $@
7 7
8firemon: $(OBJS) ../lib/common.o ../lib/pid.o 8firemon: $(OBJS) ../lib/common.o ../lib/pid.o