Add default Makefile settings.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 07 Aug 2011 23:42:39 +0300
changeset 36 6fee90eb2d85
parent 35 cf614b61040e
child 56 ee149b4fd006
Add default Makefile settings.
Makefile
--- a/Makefile	Sun Jan 17 20:44:13 2010 +0200
+++ b/Makefile	Sun Aug 07 23:42:39 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
+
 
 # On Debian Etch 'stardict-tools' package not placed tools in any system bin dir.
 export PATH := $(PATH):/usr/lib/stardict-tools