From f11195b1040baac4535018cd5ce11366e71c2df0 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Thu, 13 Jan 2000 21:26:52 +0000 Subject: [PATCH] Copy the @sysdeps_init_file@ to `sysdeps-init.c', don't link it symbolically. --- lib/.cvsignore | 1 + lib/Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/.cvsignore b/lib/.cvsignore index d256a857..201cc977 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -6,3 +6,4 @@ libgtop.la *.lo lib.c structures.h +sysdeps-init.c diff --git a/lib/Makefile.am b/lib/Makefile.am index fd94f810..e09b2cf3 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -30,7 +30,8 @@ structures.h: structures.pl $(top_builddir)/config.h \ mv tmp-s structures.h sysdeps-init.c: - @LN_S@ @sysdeps_init_file@ sysdeps-init.c + rm -f sysdeps-init.c + cp $(srcdir)/@sysdeps_init_file@ sysdeps-init.c CLEANFILES = $(BUILT_SOURCES)