diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2004-08-15 11:35:07 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2004-08-15 11:35:07 +0000 |
commit | 6e8285f48b54bc59ae2975e10d641820144db32c (patch) | |
tree | a53d7f87de8c55157ef985efcb5c3ccd8d9413db /winsup/mingw/profile/Makefile.in | |
parent | 48a27980be4152b88225d9e5696c4e0a6df1defd (diff) | |
download | newlib-6e8285f48b54bc59ae2975e10d641820144db32c.zip newlib-6e8285f48b54bc59ae2975e10d641820144db32c.tar.gz newlib-6e8285f48b54bc59ae2975e10d641820144db32c.tar.bz2 |
* profile/COPYING: New file.
* profile/CYGWIN_LICENSE: New file.
* profile/Makefile.in (DISTFILES): Add COPYING, CYGWIN_LICENSE.
Diffstat (limited to 'winsup/mingw/profile/Makefile.in')
-rw-r--r-- | winsup/mingw/profile/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/mingw/profile/Makefile.in b/winsup/mingw/profile/Makefile.in index 4786fdd..97508c2 100644 --- a/winsup/mingw/profile/Makefile.in +++ b/winsup/mingw/profile/Makefile.in @@ -26,7 +26,7 @@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ mkinstalldirs = $(SHELL) $(srcdir)/../mkinstalldirs DISTFILES = Makefile.in configure configure.in gcrt0.c gmon.c gmon.h mcount.c \ -profil.c profil.h profile.h +profil.c profil.h profile.h CYGWIN_LICENSE COPYING CC = @CC@ # FIXME: Which is it, CC or CC_FOR_TARGET? |