diff options
author | portix <none@none> | 2013-03-02 12:55:12 +0100 |
---|---|---|
committer | portix <none@none> | 2013-03-02 12:55:12 +0100 |
commit | b3717c1d58ea848aa9c6cdfa67474982cef2c639 (patch) | |
tree | 3ff6cd3697f673742cb0204971fa4e72a79d06d5 /src/Makefile | |
parent | 3dab6a5d50eb78bf17eff82c1223b7e0a062abd9 (diff) | |
download | dwb-b3717c1d58ea848aa9c6cdfa67474982cef2c639.zip |
Moving c-utils to util/src; build utils/src first
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 31befa0c..a1a3f287 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,9 @@ # See COPYING for copyright and license details -include ../config.mk +BASEDIR=.. + +include $(BASEDIR)/config.mk + DEPS=$(patsubst %.o, %.d, $(OBJ)) |