mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Don't mix pattern rules with normal rules
This commit is contained in:
parent
817328eea7
commit
32cf406993
@ -1,3 +1,7 @@
|
||||
2010-09-06 Andreas Schwab <schwab@redhat.com>
|
||||
|
||||
* manual/Makefile: Don't mix pattern rules with normal rules.
|
||||
|
||||
2010-09-05 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
|
||||
|
@ -232,7 +232,10 @@ ifdef objpfx
|
||||
.PHONY: stubs
|
||||
stubs: $(objpfx)stubs
|
||||
endif
|
||||
$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
|
||||
$(objpfx)stubs ../po/manual.pot:
|
||||
$(make-target-directory)
|
||||
touch $@
|
||||
$(objpfx)stamp%:
|
||||
$(make-target-directory)
|
||||
touch $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user