1From 080626108c9ab70e2489752ef2a14006d0564b0c Mon Sep 17 00:00:00 2001 2From: Joe MacDonald <joe.macdonald@windriver.com> 3Date: Tue, 18 Jun 2013 10:05:21 -0400 4Subject: [PATCH] Fix the dependency issue 5 6Upstream-Status: Pending 7 8autofs's lib sources have a dependency on a number of files that are 9generated by rpcgen during buildtime 10 11Signed-off-by: Roy.Li <rongqing.li@windriver.com> 12Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com> 13 14--- 15 lib/Makefile | 1 + 16 1 file changed, 1 insertion(+) 17 18diff --git a/lib/Makefile b/lib/Makefile 19index 518b483..4798a4b 100644 20--- a/lib/Makefile 21+++ b/lib/Makefile 22@@ -81,3 +81,4 @@ install: all 23 clean: 24 rm -f $(LIB) $(RPCS) $(OBJS) $(YACCSRC) *.output *~ 25 26+$(OBJS): $(RPCS) 27