X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.real;h=ee0bf447b53eb5ae957d63fb8977a0d7a5a85538;hb=2a4d61a8966e984eb9bea74a6c7a4a7cfd999e70;hp=59579e27cda64920d50184776eb71143768199f3;hpb=d38109ab121b2dce9a40d3f8649d0bc1df0ffab2;p=paraslash.git diff --git a/Makefile.real b/Makefile.real index 59579e27..ee0bf447 100644 --- a/Makefile.real +++ b/Makefile.real @@ -1,3 +1,12 @@ +# Implicit rules are implemented in make as suffix rules. The following rule +# empties the suffix list to disable the predefined implicit rules. This +# increases performance and avoids hard-to-debug behaviour. +.SUFFIXES: +MAKEFLAGS += -Rr +ifeq ("$(origin CC)", "default") + CC := cc +endif + vardir := /var/paraslash mandir := $(datarootdir)/man/man1 STRIP := $(CROSS_COMPILE)strip