mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
($(common-objpfx)gnu/lib-names.h): Add dummy command.
This commit is contained in:
parent
4a5b485102
commit
60c34a30cf
@ -681,7 +681,7 @@ endif
|
|||||||
# Generate the header containing the names of all shared libraries.
|
# Generate the header containing the names of all shared libraries.
|
||||||
# We use a stamp file to avoid uncessary recompilations.
|
# We use a stamp file to avoid uncessary recompilations.
|
||||||
before-compile += $(common-objpfx)gnu/lib-names.h
|
before-compile += $(common-objpfx)gnu/lib-names.h
|
||||||
$(common-objpfx)gnu/lib-names.h: $(common-objpfx)gnu/lib-names.stmp
|
$(common-objpfx)gnu/lib-names.h: $(common-objpfx)gnu/lib-names.stmp; @:
|
||||||
$(common-objpfx)gnu/lib-names.stmp: $(common-objpfx)soversions.mk
|
$(common-objpfx)gnu/lib-names.stmp: $(common-objpfx)soversions.mk
|
||||||
$(make-target-directory)
|
$(make-target-directory)
|
||||||
@rm -f ${@:stmp=T} $@
|
@rm -f ${@:stmp=T} $@
|
||||||
|
Loading…
Reference in New Issue
Block a user