From fc222dd85c72805169911fd1ef63a5aa82008cfa Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Mon, 23 Apr 2018 19:20:24 +0200 Subject: add dependency on uids.h in $(MYLIBS) --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') 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@ uids.h:; ./mkuid.sh .PHONY: mylibs $(MYLIBS) -mylibs: $(MYLIBS) uids.h -$(MYLIBS): +mylibs: $(MYLIBS) +$(MYLIBS): uids.h $(MAKE) -C $@ .PHONY: apps $(APPS) -- cgit v1.2.3-54-g00ecf