mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 06:39:17 +02:00
fixing installed lib files (thanks sladegen)
This commit is contained in:
parent
d4eaecd658
commit
7d4a34a175
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -176,7 +176,7 @@ install: chibi-scheme$(EXE)
|
|||
cp chibi-scheme$(EXE) $(DESTDIR)$(BINDIR)/
|
||||
cp tools/genstubs.scm $(DESTDIR)$(BINDIR)/
|
||||
mkdir -p $(DESTDIR)$(MODDIR)
|
||||
cp -r lib/ $(DESTDIR)$(MODDIR)/
|
||||
cp -r lib/* $(DESTDIR)$(MODDIR)/
|
||||
mkdir -p $(DESTDIR)$(INCDIR)
|
||||
cp $(INCLUDES) include/chibi/eval.h $(DESTDIR)$(INCDIR)/
|
||||
mkdir -p $(DESTDIR)$(LIBDIR)
|
||||
|
|
Loading…
Add table
Reference in a new issue