try to fix header-file installation
svn: r16869
This commit is contained in:
parent
079c2d7851
commit
cfde7cdf4a
|
@ -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"
|
||||
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue
Block a user