Ignore:
Timestamp:
Sep 15, 2006, 7:09:38 AM (19 years ago)
Author:
bird
Message:

Untested merge with GNU Make v3.81 (vendor/gnumake/2005-05-16 -> vendor/gnumake/current).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/config/Makefile.am

    r53 r503  
    11# -*-Makefile-*-, or close enough
     2# Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
     3# This file is part of GNU Make.
     4#
     5# GNU Make is free software; you can redistribute it and/or modify it under the
     6# terms of the GNU General Public License as published by the Free Software
     7# Foundation; either version 2, or (at your option) any later version.
     8#
     9# GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
     10# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
     11# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
     12#
     13# You should have received a copy of the GNU General Public License along with
     14# GNU Make; see the file COPYING.  If not, write to the Free Software
     15# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    216
    317EXTRA_DIST =    codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 nls.m4 \
    418                intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 \
    519                isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 \
    6                 progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 \
    7                 dospaths.m4 po.m4
     20                progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 longlong.m4 \
     21                dospaths.m4 po.m4 signed.m4 longdouble.m4 wchar_t.m4 \
     22                wint_t.m4 intmax.m4 printf-posix.m4 xsize.m4 size_max.m4
Note: See TracChangeset for help on using the changeset viewer.