summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2017-05-12 17:55:57 +0300
committerIvan Maidanski <ivmai@mail.ru>2017-05-12 17:55:57 +0300
commitdca8562362e83350ac6903cc1cd8193426d4bdbd (patch)
tree6de8c73782a7798121221ed47dff507dfd2b6666 /Makefile.am
parentf483ab5f9aefe4de8c2bb88acee0476f1b5c4889 (diff)
downloadbdwgc-dca8562362e83350ac6903cc1cd8193426d4bdbd.tar.gz
Remove 'dist' target from Makefile.direct
Distribution tarballs are now created using autotools-based Makefile. * Makefile.am (EXTRA_DIST): Remove tools/add_gc_prefix.c, tools/gcname.c items. * Makefile.direct (SRCS): Likewise. * Makefile.direct (DOC_FILES, TESTS, GNU_BUILD_FILES, OTHER_MAKEFILES, OTHER_FILES): Remove variable. * Makefile.direct (add_gc_prefix, gcname, dist, gc.tar, gc.tar.Z, gc.tar.gz): Remove target. * tools/add_gc_prefix.c: Remove. * tools/gcname.c: Likewise.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 3b427283..a28b0428 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -186,9 +186,8 @@ EXTRA_DIST += BCC_MAKEFILE NT_MAKEFILE \
# files used by makefiles other than Makefile.am
#
-EXTRA_DIST += tools/add_gc_prefix.c tools/gcname.c tools/if_mach.c \
- tools/if_not_there.c tools/setjmp_t.c tools/threadlibs.c \
- gc.mak extra/MacOS.c extra/AmigaOS.c \
+EXTRA_DIST += tools/if_mach.c tools/if_not_there.c tools/setjmp_t.c \
+ tools/threadlibs.c gc.mak extra/MacOS.c extra/AmigaOS.c \
extra/symbian/global_end.cpp extra/symbian/global_start.cpp \
extra/symbian/init_global_static_roots.cpp extra/symbian.cpp \
build/s60v3/bld.inf build/s60v3/libgc.mmp \