summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-04-13 17:22:58 -0300
committerJames Almer <jamrial@gmail.com>2017-04-13 17:22:58 -0300
commit27324825defa0d2458a33aa34046ccfcdeac9502 (patch)
tree33fbf9df1f65f1d6eb3e8cf1e33769909f3db4ee /common.mak
parent8c71d1b06028b1de2558647f7db7421d1c6e9bee (diff)
parentc833c2034f4ee77fe2ee3470f3f5f84415673b3b (diff)
Merge commit 'c833c2034f4ee77fe2ee3470f3f5f84415673b3b'
* commit 'c833c2034f4ee77fe2ee3470f3f5f84415673b3b': build: Ensure that the "all" target appears before all Makefile includes Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak3
1 files changed, 0 insertions, 3 deletions
diff --git a/common.mak b/common.mak
index b7f951cb98..adaf398a57 100644
--- a/common.mak
+++ b/common.mak
@@ -2,9 +2,6 @@
# common bits used by all libraries
#
-# first so "all" becomes default target
-all: all-yes
-
DEFAULT_YASMD=.dbg
ifeq ($(DBG),1)