change btld_conf.h
remove inclde u.h
This commit is contained in:
@@ -11,7 +11,7 @@ CPPFLAGS = -I $(SDIR)
|
||||
${PROG}: $(OBJS)
|
||||
$(CC) $(CFLAGS) -o $(BDIR)/$(PROG) $(OBJS)
|
||||
|
||||
$(OBJS): $(SDIR)/u.h $(SDIR)/btld_conf.h $(SDIR)/btld_disk.h
|
||||
$(OBJS): $(SDIR)/btld_conf.h $(SDIR)/btld_disk.h
|
||||
|
||||
clean:
|
||||
rm -f $(PROG) $(OBJS)
|
||||
|
||||
Reference in New Issue
Block a user