summaryrefslogtreecommitdiff
path: root/Makefile.direct
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2011-12-28 15:44:21 +0400
committerIvan Maidanski <ivmai@mail.ru>2011-12-28 15:44:21 +0400
commit8ab374765c1bd8d1d5278555560bd204825157e5 (patch)
tree0ba977353a9c536260abd5f034f415cbdbee0ba7 /Makefile.direct
parent7f83e421024e296f0914fd79694c52d652f8d50d (diff)
downloadbdwgc-8ab374765c1bd8d1d5278555560bd204825157e5.tar.gz
Remove unused SILENT macro; remove duplicate MacOS_Test_config.h file
* Mac_files/MacOS_Test_config.h: Remove. * Mac_files/MacOS_config.h: Expand tabs to spaces. * Mac_files/MacOS_config.h (SILENT): Remove unused macro. * windows-untested/stdafx.h (SILENT): Likewise. * Mac_files/MacOS_config.h: Remove GC tuning macros description. * Makefile.am (EXTRA_DIST): Remove MacOS_Test_config.h entry. * Makefile.direct (OTHER_FILES): Likewise. * Makefile.dj (OTHER_FILES): Likewise. * doc/README.Mac: Update (remove info about MacOS_Test_config.h and SILENT macro).
Diffstat (limited to 'Makefile.direct')
-rw-r--r--Makefile.direct3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.direct b/Makefile.direct
index cfdecfb6..27144df9 100644
--- a/Makefile.direct
+++ b/Makefile.direct
@@ -142,8 +142,7 @@ OTHER_MAKEFILES= OS2_MAKEFILE NT_MAKEFILE gc.mak \
build_atomic_ops.sh build_atomic_ops.sh.cygwin
OTHER_FILES= tools/setjmp_t.c tools/callprocs.sh extra/MacOS.c \
- Mac_files/datastart.c Mac_files/dataend.c \
- Mac_files/MacOS_config.h Mac_files/MacOS_Test_config.h \
+ Mac_files/datastart.c Mac_files/dataend.c Mac_files/MacOS_config.h \
tools/add_gc_prefix.c gc_cpp.cpp \
extra/AmigaOS.c extra/msvc_dbg.c include/private/msvc_dbg.h \
$(TESTS) $(GNU_BUILD_FILES) $(OTHER_MAKEFILES)