mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-27 22:10:32 +00:00
* Makefile.tpl: Add missing empty maybe-check-gcc target.
* Makefile.in: Regenerate.
This commit is contained in:
parent
125309b22a
commit
44482353b7
@ -1,3 +1,8 @@
|
||||
2003-05-21 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* Makefile.tpl: Add missing empty maybe-check-gcc target.
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
|
||||
|
||||
* configure.in: Use curly braces in the definition of tooldir.
|
||||
|
@ -7817,6 +7817,7 @@ cross: all-texinfo all-bison all-byacc all-binutils all-gas all-ld
|
||||
LANGUAGES="c c++" all
|
||||
|
||||
.PHONY: check-gcc
|
||||
maybe-check-gcc:
|
||||
check-gcc:
|
||||
@if [ -f ./gcc/Makefile ] ; then \
|
||||
r=`${PWD}`; export r; \
|
||||
|
@ -1270,6 +1270,7 @@ cross: all-texinfo all-bison all-byacc all-binutils all-gas all-ld
|
||||
LANGUAGES="c c++" all
|
||||
|
||||
.PHONY: check-gcc
|
||||
maybe-check-gcc:
|
||||
check-gcc:
|
||||
@if [ -f ./gcc/Makefile ] ; then \
|
||||
r=`${PWD}`; export r; \
|
||||
|
Loading…
Reference in New Issue
Block a user