mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-09 06:44:22 +03: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)
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user