python: Call ln(1) in a portable way.

* lang/python/Makefile.am: Specify target dir for ln.

Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
Werner Koch 2016-10-14 16:20:15 +02:00
parent 1e8c34a919
commit c6cab5a2bd
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -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 \