Commit 27324825 authored by James Almer's avatar James Almer

Merge commit 'c833c203'

* commit 'c833c203':
  build: Ensure that the "all" target appears before all Makefile includes
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents 8c71d1b0 c833c203
......@@ -62,6 +62,9 @@ EXAMPLES_FILES := $(wildcard $(SRC_PATH)/doc/examples/*.c) $(SRC_PATH)/doc/examp
SKIPHEADERS = cmdutils_common_opts.h \
compat/w32pthreads.h
# first so "all" becomes default target
all: all-yes
include $(SRC_PATH)/tools/Makefile
include $(SRC_PATH)/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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment