From: kay.sievers@vrfy.org Date: Tue, 23 Dec 2003 03:10:27 +0000 (-0800) Subject: [PATCH] trivial make fixes X-Git-Tag: 010~16 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=8c5d34e50856b9bed938cbd4f5648b62df64a04c [PATCH] trivial make fixes One patch to let bk ignore the created udev.conf. The second to depend on the .h files. --- diff --git a/Makefile b/Makefile index 3e220b47d..5833d4cb9 100644 --- a/Makefile +++ b/Makefile @@ -214,7 +214,7 @@ udev.conf: $(OBJS): $(GEN_HEADERS) -$(ROOT): $(OBJS) +$(ROOT): $(OBJS) udev.h namedev.h $(LD) $(LDFLAGS) -o $(ROOT) $(CRT0) $(OBJS) $(LIB_OBJS) $(ARCH_LIB_OBJS) $(STRIPCMD) $(ROOT)