summaryrefslogtreecommitdiff
path: root/lib/make
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-28 10:17:07 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-28 10:17:07 +0000
commitf0b9884fb23dd066ddb049ef88d769c1f34f0bdb (patch)
tree4a7221d8a136cc885f0aa59b04326692daa4c966 /lib/make
parentea22e0fe1e8ae02f6af53627d24c54f65a6399ea (diff)
Now EXE is the executable name
and EXEDIR is the executable directory git-svn-id: http://svn.cactuscode.org/flesh/trunk@804 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make')
-rw-r--r--lib/make/make.config.defn.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/make.config.defn.in b/lib/make/make.config.defn.in
index 335e8492..a9e44bf6 100644
--- a/lib/make/make.config.defn.in
+++ b/lib/make/make.config.defn.in
@@ -102,5 +102,5 @@ F_FILE_PROCESSOR = @F_FILE_PROCESSOR@
EXEDIR = @EXEDIR@
# The name of the executable
-EXE = $(EXEDIR)/@EXE@
+EXE = @EXE@