mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-30 15:30:41 +00:00
Fix warnings when compiling callback.c
This commit is contained in:
parent
c45adab0b9
commit
f9114af581
@ -1,3 +1,8 @@
|
||||
Tue Feb 11 13:49:10 1997 Michael Meissner <meissner@tiktok.cygnus.com>
|
||||
|
||||
* Makefile.in (callback.o): Define HAVE_CONFIG_H, so callback.c
|
||||
includes our config.h.
|
||||
|
||||
Tue Feb 4 13:42:59 1997 Doug Evans <dje@canuck.cygnus.com>
|
||||
|
||||
* configure.in: Fix typo in test for callback.c.
|
||||
|
@ -403,8 +403,8 @@ targ-map.c: Makefile gentmap $(srcdir)/../../move-if-change
|
||||
./gentmap -c > tmp-map.c
|
||||
$(srcdir)/../../move-if-change tmp-map.c targ-map.c
|
||||
|
||||
callback.o: ../common/callback.c targ-vals.h
|
||||
$(CC) -c $(STD_CFLAGS) $<
|
||||
callback.o: ../common/callback.c targ-vals.h config.h
|
||||
$(CC) -c $(STD_CFLAGS) -DHAVE_CONFIG_H $<
|
||||
|
||||
targ-map.o: targ-map.c targ-vals.h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user