Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libgc
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2016-02-02 01:54:27 +0300
committerMiguel de Icaza <miguel@gnome.org>2016-02-02 01:54:56 +0300
commitee65935935b308375b04c8517613fc5e3dee90e5 (patch)
tree16fb979b7e48bb6f7949ec69804f7991976dd822 /libgc
parent9a871fa705a23f4ae50c2d514ab65aa434f2c208 (diff)
[Makefile] fix make dist on libgc
Diffstat (limited to 'libgc')
-rw-r--r--libgc/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgc/Makefile.am b/libgc/Makefile.am
index a53aafcbf3e..55cced5f570 100644
--- a/libgc/Makefile.am
+++ b/libgc/Makefile.am
@@ -169,7 +169,7 @@ EXTRA_DIST += add_gc_prefix.c gcname.c if_mach.c if_not_there.c hpux_test_and_cl
# cord package
#
-EXTRA_DIST += cord/cordbscs.c cord/cordtest.c cord/de.c cord/de_win.c cord/de_win.ICO cord/cordprnt.c cord/cordxtra.c cord/de_cmds.h cord/de_win.h cord/de_win.RC
+EXTRA_DIST += cord cord/cordbscs.c cord/cordtest.c cord/de.c cord/de_win.c cord/de_win.ICO cord/cordprnt.c cord/cordxtra.c cord/de_cmds.h cord/de_win.h cord/de_win.RC
# this is an auxiliary shell file used by Makefile and Makefile.direct
#
@@ -184,3 +184,4 @@ EXTRA_DIST += configure.host
# it will not remove dest if building fails
.S.s:
if $(CPP) $< >$@ ; then :; else rm -f $@; fi
+