removed a stale entry from the makefiles.

git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1853 4407c894-4637-0410-b4f5-ada5f102cad1
This commit is contained in:
Ozkan Sezer 2010-02-09 10:41:44 +00:00
parent c44de37a85
commit bd2d8a7bc2
2 changed files with 2 additions and 2 deletions

View File

@ -954,7 +954,7 @@ CLEANFILES = $(BUILT_SOURCES) $(crt64_SCRIPTS) $(lib64_SCRIPTS) $(crt32_SCRIPTS)
#
EXTRA_DIST = DISCLAIMER
EXTRA_DIST =
EXTRA_DIST += revstamp.h \
$(top_srcdir)/lib64/*.def \
$(top_srcdir)/lib32/*.def \

View File

@ -2948,7 +2948,7 @@ CLEANFILES = $(BUILT_SOURCES) $(crt64_SCRIPTS) $(lib64_SCRIPTS) $(crt32_SCRIPTS)
# Distribution options
#
EXTRA_DIST = DISCLAIMER revstamp.h $(top_srcdir)/lib64/*.def \
EXTRA_DIST = revstamp.h $(top_srcdir)/lib64/*.def \
$(top_srcdir)/lib32/*.def crt/binmode.c crt/crtbegin.c \
crt/crtdll.c crt/crtend.c crt/crtexe.c crt/CRT_fp8.c \
crt/CRT_fp10.c crt/CRT_glob.c crt/CRT_noglob.c crt/txtmode.c \