mirror of
https://github.com/fluencelabs/musl
synced 2025-04-24 23:02:14 +00:00
fix build regression from removal of #ifdef SHARED
This commit is contained in:
parent
5fe38516f7
commit
4f3a92881a
2
Makefile
2
Makefile
@ -90,7 +90,7 @@ include/bits/alltypes.h: include/bits/alltypes.h.in include/alltypes.h.in tools/
|
|||||||
src/internal/version.h: $(wildcard VERSION .git)
|
src/internal/version.h: $(wildcard VERSION .git)
|
||||||
printf '#define VERSION "%s"\n' "$$(sh tools/version.sh)" > $@
|
printf '#define VERSION "%s"\n' "$$(sh tools/version.sh)" > $@
|
||||||
|
|
||||||
src/internal/version.lo: src/internal/version.h
|
src/internal/version.o src/internal/version.lo: src/internal/version.h
|
||||||
|
|
||||||
crt/rcrt1.o src/ldso/dlstart.lo src/ldso/dynlink.lo: src/internal/dynlink.h arch/$(ARCH)/reloc.h
|
crt/rcrt1.o src/ldso/dlstart.lo src/ldso/dynlink.lo: src/internal/dynlink.h arch/$(ARCH)/reloc.h
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user