Browse Source
Set pwd correctly when dep/Makefile is called recursively
tags/v0.3.2
Andrew Belt
7 years ago
1 changed files with
1 additions and
1 deletions
-
dep/Makefile
|
@@ -1,5 +1,5 @@ |
|
|
|
|
|
|
|
|
LOCAL = $(PWD) |
|
|
|
|
|
|
|
|
LOCAL = $(shell pwd) |
|
|
|
|
|
|
|
|
# Arch-specifics |
|
|
# Arch-specifics |
|
|
include ../arch.mk |
|
|
include ../arch.mk |
|
|