mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
better fix of the makefile
This commit is contained in:
parent
178da63b8e
commit
99e40b1050
1 changed files with 4 additions and 4 deletions
|
|
@ -33,13 +33,13 @@ get_deps:
|
|||
done
|
||||
|
||||
build_deps:
|
||||
mkdir -p $(BUILD)
|
||||
cd $(BUILD); \
|
||||
mkdir -p $(BLD)
|
||||
cd $(BLD); \
|
||||
for i in $(DEPEND); do \
|
||||
if [ -f "$(DPS)/$${i}/GNUmakefile" ]; then \
|
||||
make -f "$(DPS)/$${i}/GNUmakefile" BUILD=$(BUILD); \
|
||||
make -f "$(DPS)/$${i}/GNUmakefile" BUILD=$(BLD); \
|
||||
else \
|
||||
make -f "$(DPS)/$${i}/Makefile" BUILD=$(BUILD); \
|
||||
make -f "$(DPS)/$${i}/Makefile" BUILD=$(BLD); \
|
||||
fi; \
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue