summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>2000-01-13 21:26:52 +0000
committerMartin Baulig <martin@src.gnome.org>2000-01-13 21:26:52 +0000
commitf11195b1040baac4535018cd5ce11366e71c2df0 (patch)
tree3b0d615661542e7e4deb97d25612d659fa74d941
parent74f688c5d1269ff331c2e88f08deb0a65c92d27b (diff)
downloadlibgtop-f11195b1040baac4535018cd5ce11366e71c2df0.tar.gz
Copy the @sysdeps_init_file@ to `sysdeps-init.c', don't link it symbolically.
-rw-r--r--lib/.cvsignore1
-rw-r--r--lib/Makefile.am3
2 files changed, 3 insertions, 1 deletions
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)