Makefile
changeset 55 df348fb76746
parent 54 12426df26196
child 56 ee149b4fd006
--- a/Makefile	Sun Sep 04 23:47:13 2011 +0300
+++ b/Makefile	Sun Sep 04 23:47:46 2011 +0300
@@ -8,6 +8,18 @@
 #   install-local-symlink create symlink from installed dir to user HOME dir, so dictionaries been available in stardict
 #   uninstall-local-symlink remove symlink from user HOME directory
 
+SHELL = /bin/sh
+export PATH := /bin:/usr/bin:${PATH}
+
+# Disable built in pattern rules.
+MAKEFLAGS += -r
+# Disable built in variables.
+MAKEFLAGS += -R
+# Disable built in suffix rules.
+.SUFFIXES:
+# Default target.
+.DEFAULT_GOAL = all
+
 ################################################################
 # Install paths.