Browse Source

Set pwd correctly when dep/Makefile is called recursively

tags/v0.3.2
Andrew Belt 7 years ago
parent
commit
3185ae955e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dep/Makefile

+ 1
- 1
dep/Makefile View File

@@ -1,5 +1,5 @@

LOCAL = $(PWD)
LOCAL = $(shell pwd)

# Arch-specifics
include ../arch.mk


Loading…
Cancel
Save