Support VPATH builds.

committer: mfx <mfx> 979143221 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2001-01-10 16:13:41 +00:00
parent bc6599ae51
commit fd81cd2ae0
2 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -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)