mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-13 08:20:31 -07:00
make install: config.h doesn't get changed
This commit is contained in:
parent
473bcd6572
commit
bd497401ec
1 changed files with 0 additions and 2 deletions
|
|
@ -171,8 +171,6 @@ install:
|
|||
for i in `(cd ecl && find . -name '*.h')`; do echo $$i; \
|
||||
$(INSTALL_DATA) ecl/$$i $(DESTDIR)$(includedir)/ecl/$$i; \
|
||||
done
|
||||
$(RM) -f $(DESTDIR)$(includedir)/ecl/config.h
|
||||
mv $(DESTDIR)$(includedir)/ecl/config-install.h $(DESTDIR)$(includedir)/ecl/config.h
|
||||
$(INSTALL_SCRIPT) bin/ecl-config $(DESTDIR)$(bindir)
|
||||
for i in build-stamp help.doc TAGS ; do \
|
||||
$(INSTALL_DATA) $$i $(DESTDIR)$(ecldir); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue