From 528e3a6916e753f34d63d13234dc9f3d3a1a3ebb Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 19 Sep 2016 09:09:09 -0400 Subject: moved uids.h processing from configure to Makefile.in --- Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index aa008b7dd..ee17ae60c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,14 +18,16 @@ DOCDIR=@docdir@ HAVE_APPARMOR=@HAVE_APPARMOR@ BUSYBOX_WORKAROUND=@BUSYBOX_WORKAROUND@ +uids.h:; ./mkuid.sh + .PHONY: mylibs $(MYLIBS) -mylibs: $(MYLIBS) +mylibs: $(MYLIBS) uids.h $(MYLIBS): $(MAKE) -C $@ .PHONY: apps $(APPS) apps: $(APPS) -$(APPS): $(MYLIBS) +$(APPS): $(MYLIBS) uids.h $(MAKE) -C $@ $(MANPAGES): $(wildcard src/man/*.txt) -- cgit v1.2.3-54-g00ecf