From 345a739b7bb6c9c142a2b0fe584fed6c44d6c655 Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Tue, 13 Nov 2018 11:09:52 -0600 Subject: [PATCH] roken: Use srcdir for roken-post.h roken-post.h is a source file, not a generated file in the objdir. Specify $(srcdir) so we can work with objdir builds. Change-Id: I1d00ba1f28bea99770c2af56890fbf22ee764820 Reviewed-on: https://gerrit.openafs.org/13387 Tested-by: BuildBot Reviewed-by: Michael Meffie Reviewed-by: Cheyenne Wills Reviewed-by: Benjamin Kaduk --- src/roken/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roken/Makefile.in b/src/roken/Makefile.in index 69b16c5..69d61ef 100644 --- a/src/roken/Makefile.in +++ b/src/roken/Makefile.in @@ -75,7 +75,7 @@ err.h: ${UPSTREAM}/err.hin $(INSTALL_DATA) $? $@ roken.h: $(UPSTREAM)/roken.h.in roken-post.h - cat $(UPSTREAM)/roken.h.in roken-post.h >$@ + cat $(UPSTREAM)/roken.h.in $(srcdir)/roken-post.h >$@ # Here we have explicit rules for all the libtool objects we might need to # build. The implicit rules don't work since the sources are in a different -- 1.9.4