Support VPATH builds.
committer: mfx <mfx> 979143221 +0000
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ OBJECTS = $(OBJECTS1) $(OBJECTS2) $(OBJECTS3)
|
||||
CC = gcc
|
||||
CXX = $(CC)
|
||||
DEFS =
|
||||
INCLUDES = -I$(srcdir)
|
||||
INCLUDES = -I. -I$(srcdir)
|
||||
CFLAGS_OUTPUT = -o $@
|
||||
CXXFLAGS_OUTPUT = $(CFLAGS_OUTPUT)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user