mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
* Makefile ($(objpfx)c++-types-check.out): Use $<, not $^, in command.
Reported by Alexandre Oliva <aoliva@redhat.com>.
This commit is contained in:
parent
a8d131a717
commit
f7ffeb91cd
@ -1,3 +1,8 @@
|
||||
2005-09-22 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* Makefile ($(objpfx)c++-types-check.out): Use $<, not $^, in command.
|
||||
Reported by Alexandre Oliva <aoliva@redhat.com>.
|
||||
|
||||
2005-09-20 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* nscd/dbg_log.c (init_logfile): Use fopen64 rather than fopen.
|
||||
|
2
Makefile
2
Makefile
@ -242,7 +242,7 @@ check-data := $(firstword $(wildcard \
|
||||
scripts/data/c++-types-$M-$(config-os).data)))
|
||||
ifneq (,$(check-data))
|
||||
$(objpfx)c++-types-check.out: $(check-data) scripts/check-c++-types.sh
|
||||
scripts/check-c++-types.sh $^ $(CXX) $(filter-out -std=gnu99 -Wstrict-prototypes,$(CFLAGS)) $(CPPFLAGS) > $@
|
||||
scripts/check-c++-types.sh $< $(CXX) $(filter-out -std=gnu99 -Wstrict-prototypes,$(CFLAGS)) $(CPPFLAGS) > $@
|
||||
else
|
||||
$(objpfx)c++-types-check.out:
|
||||
@echo 'WARNING C++ tests not run; create a c++-types-XXX file'
|
||||
|
Loading…
Reference in New Issue
Block a user