From c6cab5a2bd6e7ed226c6c3f0b78b3f48b47db74c Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 14 Oct 2016 16:20:15 +0200 Subject: python: Call ln(1) in a portable way. * lang/python/Makefile.am: Specify target dir for ln. Signed-off-by: Werner Koch --- lang/python/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/python') diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am index 9cb99c44..224a91ad 100644 --- a/lang/python/Makefile.am +++ b/lang/python/Makefile.am @@ -54,10 +54,10 @@ copystamp: $(COPY_FILES) $(COPY_FILES_PYME) data.h config.h touch $@ data.h: - ln -s "$(top_srcdir)/src/data.h" + ln -s "$(top_srcdir)/src/data.h" . config.h: - ln -s "$(top_builddir)/config.h" + ln -s "$(top_builddir)/config.h" . all-local: copystamp for PYTHON in $(PYTHONS); do \ -- cgit v1.2.3