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
|
*.o
|
||||||
*.so
|
*.so
|
||||||
*.import.scm
|
*.import.scm
|
||||||
brmsaptool
|
bbstool
|
||||||
*.link
|
*.link
|
||||||
brmsaptool-static
|
bbstool-static
|
||||||
*.c
|
*.c
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -65,7 +65,7 @@ imports: $(BBSTOOL-DEPS)
|
||||||
bbstool: $(BBSTOOL-DEPS)
|
bbstool: $(BBSTOOL-DEPS)
|
||||||
$(CSC) -o $@ $<
|
$(CSC) -o $@ $<
|
||||||
|
|
||||||
bbstool-static: $(BBSTOOL-OBJS)
|
bbstool-static: $(BBSTOOL-SOURCES)
|
||||||
$(CSC) -static -o $@ $(BBSTOOL-SOURCES)
|
$(CSC) -static -o $@ $(BBSTOOL-SOURCES)
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue