mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-07 01:40:03 +00:00
2001-11-16 Ben Harris <bjh21@netbsd.org>
* Makefile.in (armemu32.o): Replace $< with autoconf recommended $(srcdir)/.... (armemu26.o): Ditto.
This commit is contained in:
parent
1005d5ef96
commit
6746a76a70
@ -1,3 +1,9 @@
|
||||
2001-11-16 Ben Harris <bjh21@netbsd.org>
|
||||
|
||||
* Makefile.in (armemu32.o): Replace $< with autoconf recommended
|
||||
$(srcdir)/....
|
||||
(armemu26.o): Ditto.
|
||||
|
||||
2001-10-18 Nick Clifton <nickc@cambridge.redhat.com>
|
||||
|
||||
* armemu.h (CP_ACCESS_ALLOWED): New macro.
|
||||
|
@ -33,10 +33,10 @@ armos.o: armos.c armdefs.h armos.h armfpe.h
|
||||
armcopro.o: armcopro.c armdefs.h
|
||||
|
||||
armemu26.o: armemu.c armdefs.h armemu.h
|
||||
$(CC) -c $< -o armemu26.o $(ALL_CFLAGS)
|
||||
$(CC) -c $(srcdir)/armemu.c -o armemu26.o $(ALL_CFLAGS)
|
||||
|
||||
armemu32.o: armemu.c armdefs.h armemu.h
|
||||
$(CC) -c $< -o armemu32.o -DMODE32 $(ALL_CFLAGS)
|
||||
$(CC) -c $(srcdir)/armemu.c -o armemu32.o -DMODE32 $(ALL_CFLAGS)
|
||||
|
||||
arminit.o: arminit.c armdefs.h armemu.h
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user