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:
parent
1e8c34a919
commit
c6cab5a2bd
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user