Torsten Mohr <[EMAIL PROTECTED]> writes:

> Is there a way to tell "make" in the Makefile to not use _any_
> implicit rules?

You probably mean *built-in* implicit rules here:

.SUFFIXES:

ifeq ($(filter -r,$(MAKEFLAGS)),)
MAKEFLAGS += -r
endif


hth,
-boris



_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to