Move SRC_PATH hack around to allow compilation from subdir again.
This commit is contained in:
@@ -7,12 +7,6 @@ all: all-yes
|
||||
|
||||
ifndef SUBDIR
|
||||
|
||||
ifndef MAIN_MAKEFILE
|
||||
ifeq ($(SRC_PATH),.)
|
||||
SRC_PATH = ..
|
||||
endif
|
||||
endif
|
||||
|
||||
ifndef V
|
||||
Q = @
|
||||
ECHO = printf "$(1)\t%s\n" $(2)
|
||||
|
||||
Reference in New Issue
Block a user