# HG changeset patch # User Oleksandr Gavenko # Date 1312749759 -10800 # Node ID 6fee90eb2d8549b9e0550425aae46bdd895d38f9 # Parent cf614b61040e0b37714fe18a9da62c39564e6704 Add default Makefile settings. 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