diff options
author | Ivan Maidanski <ivmai@mail.ru> | 2011-09-14 11:32:59 +0400 |
---|---|---|
committer | Ivan Maidanski <ivmai@mail.ru> | 2011-09-14 11:32:59 +0400 |
commit | e45a4e7730e9537f4d95977a3a8b986a8ea67f43 (patch) | |
tree | 45ca920f6f491c9f1b7b572e4305de5a30e90591 /Makefile.am | |
parent | b63547583b98a3402f67e69d87ac77eb64b7c07e (diff) | |
download | bdwgc-e45a4e7730e9537f4d95977a3a8b986a8ea67f43.tar.gz |
Move and rename "callprocs" utility to tools/callprocs.sh.
* callprocs: Move/rename to tools/callprocs.sh.
* Makefile.am (dist_noinst_SCRIPTS): Remove.
* Makefile.am (EXTRA_DIST): Add tools/callprocs.sh (move from
dist_noinst_SCRIPTS).
* Makefile.direct (OTHER_FILES): Rename callprocs to
tools/callprocs.sh.
* Makefile.dj (OTHER_FILES): Likewise.
* README: Likewise.
* doc/leak.html: Likewise.
* README: Fix a typo.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 2e43971e..dce0941c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -146,9 +146,6 @@ endif CCASFLAGS += $(DEFS) -dist_noinst_SCRIPTS = callprocs - ## callprocs --- used by Makefile.direct - # headers which are not installed # (see include/include.am for more) # @@ -173,7 +170,7 @@ EXTRA_DIST += tools/add_gc_prefix.c tools/gcname.c tools/if_mach.c \ gc.mak extra/gc.c extra/MacOS.c mach_dep.c extra/AmigaOS.c \ Mac_files/datastart.c Mac_files/dataend.c \ Mac_files/MacOS_config.h Mac_files/MacOS_Test_config.h \ - include/private/msvc_dbg.h extra/msvc_dbg.c + include/private/msvc_dbg.h extra/msvc_dbg.c tools/callprocs.sh # # :GOTCHA: GNU make rule for making .s out of .S is flawed, |