diff -r cf614b61040e -r 6fee90eb2d85 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