summaryrefslogtreecommitdiff
path: root/builds
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2006-02-01 05:40:06 +0000
committerWerner Lemberg <wl@gnu.org>2006-02-01 05:40:06 +0000
commit03379b653335f931cfdbfda8c859a903ad0936a3 (patch)
tree16e08ab7ab0ca27a436396b3846e299c4ed080ea /builds
parent82a0e3cd53b82abfa7994e3d0eb66f8e08b48744 (diff)
* builds/unix/unixddef.mk: Actually do define PLATFORM (fixing
change from 2006-01-31). (TOP_DIR, OBJ_DIR): Update.
Diffstat (limited to 'builds')
-rw-r--r--builds/unix/unixddef.mk12
1 files changed, 3 insertions, 9 deletions
diff --git a/builds/unix/unixddef.mk b/builds/unix/unixddef.mk
index e26d61ee..991642e4 100644
--- a/builds/unix/unixddef.mk
+++ b/builds/unix/unixddef.mk
@@ -14,10 +14,10 @@
# fully.
-ifndef TOP_DIR
- TOP_DIR := .
-endif
TOP_DIR := $(shell cd $(TOP_DIR); pwd)
+OBJ_DIR := $(shell cd $(OBJ_DIR); pwd)
+
+PLATFORM := unix
DELETE := rm -f
SEP := /
@@ -25,12 +25,6 @@ SEP := /
# we use a special devel ftoption.h
DEVEL_DIR := $(TOP_DIR)/devel
-# The directory where all object files are placed.
-#
-ifndef OBJ_DIR
- OBJ_DIR := $(shell cd $(TOP_DIR)/objs; pwd)
-endif
-
# library file name
#