try to fix header-file installation

svn: r16869
This commit is contained in:
Matthew Flatt 2009-11-18 15:42:44 +00:00
parent 079c2d7851
commit cfde7cdf4a
2 changed files with 6 additions and 1 deletions

View File

@ -899,7 +899,11 @@ typedef struct Scheme_Cont_Frame_Data {
/*========================================================================*/
#ifdef MZ_PRECISE_GC
# include "../gc2/gc2_obj.h"
# ifdef INCLUDE_WITHOUT_PATHS
# include "schgc2obj.h"
# else
# include "../gc2/gc2_obj.h"
# endif
#endif
#include "schthread.h"

View File

@ -58,5 +58,6 @@
(copy-if-newer mzsrcdir "include/mzscheme3m.exp")
(copy-if-newer mzsrcdir "gc2/gc2.h" "schemegc2.h")
(copy-if-newer mzsrcdir "gc2/gc2.h" "schemegc2.h")
(copy-if-newer mzsrcdir "gc2/gc2-obj.h" "schgc2obj.h")
(printf "Done.\n")