summaryrefslogtreecommitdiff
path: root/wince/Makefile.sub
diff options
context:
space:
mode:
Diffstat (limited to 'wince/Makefile.sub')
-rw-r--r--wince/Makefile.sub8
1 files changed, 8 insertions, 0 deletions
diff --git a/wince/Makefile.sub b/wince/Makefile.sub
index 77c8008cfb..ffec23ad48 100644
--- a/wince/Makefile.sub
+++ b/wince/Makefile.sub
@@ -1,3 +1,5 @@
+# -*- makefile -*-
+
SHELL = $(COMSPEC)
#### Start of system configuration section. ####
@@ -78,6 +80,12 @@ RUBY_SO_NAME = $(RT)-$(RUBY_INSTALL_NAME)$(MAJOR)$(MINOR)
!if !defined(prefix)
prefix = /usr
!endif
+!if !defined(exec_prefix)
+exec_prefix = $(prefix)
+!endif
+!if !defined(libdir)
+libdir = $(exec_prefix)/lib
+!endif
!if !defined(DESTDIR)
DESTDIR = $(prefix)
!endif