diff options
author | Jim Meyering <jim@meyering.net> | 2007-01-26 11:11:15 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-01-26 11:11:15 +0100 |
commit | e0b3b059b2e891c8393348253167188e44805778 (patch) | |
tree | 9fa6ad8f15d2ee57d82f55625aa78444168402d9 | |
parent | 2d2a0c83116316f438ec8ca63f6860a0f4622b40 (diff) | |
download | coreutils-e0b3b059b2e891c8393348253167188e44805778.tar.xz |
* .x-sc_cast_of_argument_to_free: Remove this file.
* Makefile.am (EXTRA_DIST): Likewise.
-rw-r--r-- | .x-sc_cast_of_argument_to_free | 1 | ||||
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/.x-sc_cast_of_argument_to_free b/.x-sc_cast_of_argument_to_free deleted file mode 100644 index 5368916a3..000000000 --- a/.x-sc_cast_of_argument_to_free +++ /dev/null @@ -1 +0,0 @@ -src/sort.c @@ -1,3 +1,8 @@ +2007-01-26 Jim Meyering <jim@meyering.net> + + * .x-sc_cast_of_argument_to_free: Remove this file. + * Makefile.am (EXTRA_DIST): Likewise. + 2007-01-25 Dan Hipschman <dsh@linux.ucla.edu> * src/sort.c (create_temp): Remove superfluous access-X_OK diff --git a/Makefile.am b/Makefile.am index 2da8c2037..1a6307717 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,6 @@ EXTRA_DIST = Makefile.cfg Makefile.maint GNUmakefile \ .x-po-check \ .x-sc_file_system .x-sc_obsolete_symbols \ .x-sc_prohibit_atoi_atof \ - .x-sc_cast_of_argument_to_free \ .x-sc_require_config_h \ .x-sc_space_tab .x-sc_sun_os_names \ .x-sc_trailing_blank \ |