aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2018-04-23 19:20:24 +0200
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2018-04-23 19:20:24 +0200
commitfc222dd85c72805169911fd1ef63a5aa82008cfa (patch)
tree13c57e6ac066801beef089c4a305e28ff8b3ba22 /Makefile.in
parentfix user database access (diff)
downloadfirejail-fc222dd85c72805169911fd1ef63a5aa82008cfa.tar.gz
firejail-fc222dd85c72805169911fd1ef63a5aa82008cfa.tar.zst
firejail-fc222dd85c72805169911fd1ef63a5aa82008cfa.zip
add dependency on uids.h in $(MYLIBS)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 135b0a37c..ce79a1181 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -25,8 +25,8 @@ HAVE_SUID=@HAVE_SUID@
25uids.h:; ./mkuid.sh 25uids.h:; ./mkuid.sh
26 26
27.PHONY: mylibs $(MYLIBS) 27.PHONY: mylibs $(MYLIBS)
28mylibs: $(MYLIBS) uids.h 28mylibs: $(MYLIBS)
29$(MYLIBS): 29$(MYLIBS): uids.h
30 $(MAKE) -C $@ 30 $(MAKE) -C $@
31 31
32.PHONY: apps $(APPS) 32.PHONY: apps $(APPS)