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>2019-07-10 01:16:55 +0300
committerBryan Drewery <bryan@shatow.net>2019-07-10 01:16:55 +0300
commit50b1859983e4e8915408f62e98342f6a06e3ee66 (patch)
tree1c7552b78ffb7e428f9912eb60fb3a1f22e4903d /Makefile.am
parent85be4fbacc000e840429235f1fd7e4b14750762b (diff)
Fix in-tree build.
Fixes #700
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index ff44e164..f59ad2bd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -241,11 +241,11 @@ src/poudriere-sh/builtins.def: $(top_srcdir)/external/sh/builtins.def \
$(top_srcdir)/src/poudriere-sh/builtins-poudriere.def
cat $^${.ALLSRC} > $@
src/poudriere-sh/shell.h:
- @ln -fs $(top_srcdir)/external/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
cd $(top_builddir)/src/poudriere-sh && \
- sh $(top_srcdir)/external/sh/mkbuiltins .
+ sh $(abs_top_srcdir)/external/sh/mkbuiltins .
src/poudriere-sh/builtins.c: src/poudriere-sh/builtins.h
sh_SOURCES+= src/poudriere-sh/builtins.c
${sh_OBJECTS}: src/poudriere-sh/builtins.h