mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-26 14:32:11 -08:00
Merge branch 'develop' into 'develop'
Fix makefile ordering. See merge request embeddable-common-lisp/ecl!247
This commit is contained in:
commit
8428d6a35a
1 changed files with 3 additions and 3 deletions
|
|
@ -84,13 +84,13 @@ endif
|
|||
|
||||
all: $(DPP) ../libeclmin.a ../cinit.o
|
||||
|
||||
$(HDIR)/%.h: $(top_srcdir)/h/%.h
|
||||
cp $< $@
|
||||
|
||||
$(HDIR)/impl/%.h: $(top_srcdir)/h/impl/%.h
|
||||
mkdir -p $(HDIR)/impl
|
||||
cp $< $@
|
||||
|
||||
$(HDIR)/%.h: $(top_srcdir)/h/%.h
|
||||
cp $< $@
|
||||
|
||||
%.c: %.d $(DPP)
|
||||
if test -f ../CROSS-DPP ; then ../CROSS-DPP $< $@ ; else $(DPP) $< $@ ; fi
|
||||
%.o: %.d $(DPP) $(HFILES)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue