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

Commit c134712f authored by David 'Digit' Turner's avatar David 'Digit' Turner Committed by Android Git Automerger
Browse files

am 04b49109: Merge "Turn-off implicit GNU Make RC/SCCS rules"

* commit '04b49109':
  Turn-off implicit GNU Make RC/SCCS rules
parents 6e65ddb2 04b49109
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: