OSDN Git Service

Move SRC_PATH hack around to allow compilation from subdir again.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 29 Jun 2011 22:01:14 +0000 (00:01 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 29 Jun 2011 22:02:09 +0000 (00:02 +0200)
Makefile
common.mak
configure

index cf6c596..dd3a1f6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,4 @@
+MAIN_MAKEFILE=1
 include config.mak
 
 vpath %.c    $(SRC_PATH)
@@ -39,7 +40,6 @@ DATA_FILES := $(wildcard $(SRC_PATH)/ffpresets/*.ffpreset)
 
 SKIPHEADERS = cmdutils_common_opts.h
 
-MAIN_MAKEFILE=1
 include $(SRC_PATH)/common.mak
 
 FF_LDFLAGS   := $(FFLDFLAGS)
index ddaf45c..9525dd4 100644 (file)
@@ -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)
index 9ca6193..3092248 100755 (executable)
--- a/configure
+++ b/configure
@@ -3297,6 +3297,9 @@ BINDIR=\$(DESTDIR)$bindir
 DATADIR=\$(DESTDIR)$datadir
 MANDIR=\$(DESTDIR)$mandir
 SRC_PATH=$source_path
+ifndef MAIN_MAKEFILE
+SRC_PATH:=\$(SRC_PATH:.%=..%)
+endif
 CC_IDENT=$cc_ident
 ARCH=$arch
 CC=$cc