mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-07 09:48:12 +01:00
build: Add support for silent rules for the libbsd.map generation
The new rule was introduced w/o silent rule support.
Fixes: commit 19e06407eb
This commit is contained in:
parent
9fab225f26
commit
154624ab45
@ -216,7 +216,7 @@ libbsd_ctor_a_SOURCES = \
|
||||
# Generate the library map file with the pre-processor to selectively include
|
||||
# symbols depending on the host system, otherwise some linkers might fail.
|
||||
libbsd.map: libbsd.map.in
|
||||
$(CPP) $(AM_CPPFLAGS) $(CPPFLAGS) -P - <$(srcdir)/libbsd.map.in >$@
|
||||
$(AM_V_GEN) $(CPP) $(AM_CPPFLAGS) $(CPPFLAGS) -P - <$(srcdir)/libbsd.map.in >$@
|
||||
|
||||
# Generate a simple libtool symbol export list to be used as a fallback if
|
||||
# there is no version script support.
|
||||
|
Loading…
Reference in New Issue
Block a user