mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
Look in ../bfd, not ../include, for bfd.h.
This commit is contained in:
parent
09058bfd6f
commit
92c7228d74
@ -1,3 +1,7 @@
|
||||
Sun Jun 20 20:58:02 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
|
||||
|
||||
* Makefile.in: Undo 15 June change.
|
||||
|
||||
Wed Jun 16 12:54:53 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
|
||||
|
||||
* gmon.h, gprof.h: structs of chars used to hold external
|
||||
|
@ -43,7 +43,7 @@ DISTSTUFF = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
|
||||
CFLAGS=-g
|
||||
LDFLAGS=
|
||||
.c.o:
|
||||
$(CC) -c $(CFLAGS) -I. -I$(srcdir) -I../include -I$(srcdir)/../include -I$(srcdir)/../bfd -DMACHINE_H=\"$(MACHINE).h\" $(TCFLAGS) $(HCFLAGS) $<
|
||||
$(CC) -c $(CFLAGS) -I. -I$(srcdir) -I../bfd -I$(srcdir)/../include -I$(srcdir)/../bfd -DMACHINE_H=\"$(MACHINE).h\" $(TCFLAGS) $(HCFLAGS) $<
|
||||
|
||||
all: diststuff $(PROG)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user