Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 04b49109 authored by David 'Digit' Turner's avatar David 'Digit' Turner Committed by Android Code Review
Browse files

Merge "Turn-off implicit GNU Make RC/SCCS rules"

parents cb84196f 52d697d4
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -12,6 +12,13 @@ endif
# this turns off the suffix rules built into make
.SUFFIXES:

# this turns off the RCS / SCCS implicit rules of GNU Make
% : RCS/%,v
% : RCS/%
% : %,v
% : s.%
% : SCCS/s.%

# If a rule fails, delete $@.
.DELETE_ON_ERROR: