no dependencies in suffix rules
This commit is contained in:
parent
bb83c44309
commit
bfe38b6f40
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ IFILES = -I. -I.. -I$(AS) -I$(EM)/h -I$(EM)/modules/h -I../back
|
||||||
|
|
||||||
CFLAGS = -O $(IFILES)
|
CFLAGS = -O $(IFILES)
|
||||||
|
|
||||||
.c.o: mach.h back.a
|
.c.o:
|
||||||
cd ce ; $(CC) -c $(CFLAGS) ../$*.c ; cd ..
|
cd ce ; $(CC) -c $(CFLAGS) ../$*.c ; cd ..
|
||||||
|
|
||||||
all: ce.a
|
all: ce.a
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue