Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2020-04-13 02:48:46 +0300
committerBryan Drewery <bryan@shatow.net>2020-04-13 02:48:46 +0300
commitb571862e3b2a94fb8edcb6c176868d8f46405df1 (patch)
tree64238c8dc8e9749155a777deed743027823810e4 /Makefile.in
parentfee7f3c3b3da4fde6dc2d262f9e2c72aaeac114d (diff)
top_srcdir isn't needed here
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 0737839f..1463db5c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -3572,13 +3572,13 @@ uninstall-man: uninstall-man8
# cachec
#sh_SOURCES+= src/libexec/poudriere/cachec/cachec.c
#sh_LDADD+= -lrt
-src/poudriere-sh/builtins.def: $(top_srcdir)/external/sh/builtins.def \
- $(top_srcdir)/src/poudriere-sh/builtins-poudriere.def
+src/poudriere-sh/builtins.def: external/sh/builtins.def \
+ src/poudriere-sh/builtins-poudriere.def
cat $^${.ALLSRC} > $@
src/poudriere-sh/shell.h:
@ln -fs $(abs_top_srcdir)/external/sh/shell.h $@
src/poudriere-sh/builtins.h: src/poudriere-sh/builtins.def \
- src/poudriere-sh/shell.h $(top_srcdir)/external/sh/mkbuiltins
+ src/poudriere-sh/shell.h external/sh/mkbuiltins
cd $(top_builddir)/src/poudriere-sh && \
sh $(abs_top_srcdir)/external/sh/mkbuiltins .
src/poudriere-sh/builtins.c: src/poudriere-sh/builtins.h