mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-04 16:30:48 -08:00
Makefile would fail if directories ecl/gc ecl/gc/private exist.
This commit is contained in:
parent
176c798b14
commit
e297b79ebc
1 changed files with 2 additions and 2 deletions
|
|
@ -279,8 +279,8 @@ eclgc.lib:
|
|||
$(MAKE) $(GCFLAGS) "ECL_THREADS = $(ECL_THREADS)" "MFLAGS = $(MFLAGS)" gc.lib
|
||||
$(CP) gc.lib ..\eclgc.lib
|
||||
cd ..
|
||||
mkdir ecl\gc
|
||||
mkdir ecl\gc\private
|
||||
if not exist ecl\gc $(MKDIR) ecl\gc
|
||||
if not exist ecl\gc\private $(MKDIR) ecl\gc\private
|
||||
for %h in (gc.h gc_local_alloc.h gc_pthread_redirects.h \
|
||||
gc_config_macros.h leak_detector.h gc_typed.h \
|
||||
private\gc_priv.h private\gcconfig.h gc_mark.h) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue