Fix warnings when compiling callback.c

This commit is contained in:
Michael Meissner 1997-02-11 18:56:35 +00:00
parent c45adab0b9
commit f9114af581
2 changed files with 7 additions and 2 deletions

View File

@ -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.

View File

@ -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