Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
revert INSTALL_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Sep 5, 2009
1 parent 270cb16 commit 4e8b248
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config/makefiles/ops.in
Expand Up @@ -6,7 +6,8 @@ VERSION_DIR := @versiondir@
INCLUDE_DIR := @includedir@$(VERSION_DIR)
LIB_DIR := @libdir@$(VERSION_DIR)
STAGING_DIR := ../../dynext
INSTALL_DIR := $(LIB_DIR)/languages/wmlscript/dynext
#INSTALL_DIR := $(LIB_DIR)/languages/wmlscript/dynext
INSTALL_DIR := $(LIB_DIR)/dynext

# Set up extensions
LOAD_EXT := @load_ext@
Expand Down
3 changes: 2 additions & 1 deletion config/makefiles/pmc.in
Expand Up @@ -8,7 +8,8 @@ LIB_DIR := @libdir@$(VERSION_DIR)
SRC_DIR := @srcdir@$(VERSION_DIR)
TOOLS_DIR := @libdir@$(VERSION_DIR)/tools/lib
STAGING_DIR := ../../dynext
INSTALL_DIR := $(LIB_DIR)/languages/wmlscript/dynext
#INSTALL_DIR := $(LIB_DIR)/languages/wmlscript/dynext
INSTALL_DIR := $(LIB_DIR)/dynext

# Set up extensions
LOAD_EXT := @load_ext@
Expand Down

0 comments on commit 4e8b248

Please sign in to comment.