Fix dependencies.
This commit is contained in:
parent
e440d1df56
commit
2511654350
2 changed files with 3 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -2,7 +2,7 @@
|
|||
*.o
|
||||
*.so
|
||||
*.import.scm
|
||||
brmsaptool
|
||||
bbstool
|
||||
*.link
|
||||
brmsaptool-static
|
||||
bbstool-static
|
||||
*.c
|
||||
|
|
2
Makefile
2
Makefile
|
@ -65,7 +65,7 @@ imports: $(BBSTOOL-DEPS)
|
|||
bbstool: $(BBSTOOL-DEPS)
|
||||
$(CSC) -o $@ $<
|
||||
|
||||
bbstool-static: $(BBSTOOL-OBJS)
|
||||
bbstool-static: $(BBSTOOL-SOURCES)
|
||||
$(CSC) -static -o $@ $(BBSTOOL-SOURCES)
|
||||
|
||||
.PHONY: clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue