summaryrefslogtreecommitdiff
path: root/dragonegg/Makefile
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2011-04-12 09:48:41 +0000
committerDuncan Sands <baldrick@free.fr>2011-04-12 09:48:41 +0000
commitce218db36fade6778724bc7c64d482de648bd75c (patch)
treefcd13eb958e7a74e156ea21090120067b56d2faf /dragonegg/Makefile
parentc850806e1128ac97375b167f3815db46a52d0449 (diff)
Move target source files under the src directory.
Diffstat (limited to 'dragonegg/Makefile')
-rw-r--r--dragonegg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dragonegg/Makefile b/dragonegg/Makefile
index ac6901007ab..03d5522a81d 100644
--- a/dragonegg/Makefile
+++ b/dragonegg/Makefile
@@ -44,7 +44,7 @@ PLUGIN_OBJECTS=cache.o Backend.o Constants.o Convert.o Debug.o DefaultABI.o \
Trees.o Types.o bits_and_bobs.o
TARGET_OBJECT=Target.o
-TARGET_SOURCE=$(TOP_DIR)/$(shell $(TARGET_UTIL) -p)/Target.cpp
+TARGET_SOURCE=$(SRC_DIR)/$(shell $(TARGET_UTIL) -p)/Target.cpp
TARGET_UTIL_OBJECTS=TargetInfo.o
TARGET_UTIL=./TargetInfo