Copy the @sysdeps_init_file@ to `sysdeps-init.c', don't link it symbolically.

This commit is contained in:
Martin Baulig
2000-01-13 21:26:52 +00:00
parent 74f688c5d1
commit f11195b104
2 changed files with 3 additions and 1 deletions

View File

@@ -6,3 +6,4 @@ libgtop.la
*.lo *.lo
lib.c lib.c
structures.h structures.h
sysdeps-init.c

View File

@@ -30,7 +30,8 @@ structures.h: structures.pl $(top_builddir)/config.h \
mv tmp-s structures.h mv tmp-s structures.h
sysdeps-init.c: 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) CLEANFILES = $(BUILT_SOURCES)