mirror of
https://github.com/gperftools/gperftools
synced 2025-02-17 20:56:53 +00:00
drop outdated comment in Makefile.am
This commit is contained in:
parent
e262ebc741
commit
144c118f92
@ -1175,9 +1175,6 @@ pkgconfig_DATA += libprofiler.pc
|
|||||||
endif WITH_CPU_PROFILER
|
endif WITH_CPU_PROFILER
|
||||||
CLEANFILES = $(pkgconfig_DATA)
|
CLEANFILES = $(pkgconfig_DATA)
|
||||||
|
|
||||||
# I get the description and URL lines from the rpm spec. I use sed to
|
|
||||||
# try to rewrite exec_prefix, libdir, and includedir in terms of
|
|
||||||
# prefix, if possible.
|
|
||||||
libtcmalloc.pc: Makefile
|
libtcmalloc.pc: Makefile
|
||||||
echo 'prefix=$(prefix)' > "$@".tmp
|
echo 'prefix=$(prefix)' > "$@".tmp
|
||||||
echo 'exec_prefix='`echo '$(exec_prefix)' | sed 's@^$(prefix)@$${prefix}@'` >> "$@".tmp
|
echo 'exec_prefix='`echo '$(exec_prefix)' | sed 's@^$(prefix)@$${prefix}@'` >> "$@".tmp
|
||||||
@ -1194,7 +1191,6 @@ libtcmalloc.pc: Makefile
|
|||||||
echo 'Cflags: -I$${includedir}' >> "$@".tmp
|
echo 'Cflags: -I$${includedir}' >> "$@".tmp
|
||||||
mv -f "$@".tmp "$@"
|
mv -f "$@".tmp "$@"
|
||||||
|
|
||||||
# The other versions are mostly the same.
|
|
||||||
libtcmalloc_minimal.pc: libtcmalloc.pc
|
libtcmalloc_minimal.pc: libtcmalloc.pc
|
||||||
cat libtcmalloc.pc | sed s/-ltcmalloc/-ltcmalloc_minimal/ > "$@"
|
cat libtcmalloc.pc | sed s/-ltcmalloc/-ltcmalloc_minimal/ > "$@"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user