From: epg <> Date: Mon, 23 Aug 2004 03:33:03 +0000 (+0000) Subject: Add .PRECIOUS: %.1 so gmake doesn't remove .1 files if you say 'gmake foo.0'. X-Git-Url: https://diplodocus.org/git/flac-archive/commitdiff_plain/3939160bda17c95bc52906832baeaf32df76f590?hp=3939160bda17c95bc52906832baeaf32df76f590 Add .PRECIOUS: %.1 so gmake doesn't remove .1 files if you say 'gmake foo.0'. (fa-flacd.1): Replace this with an implicit rule (%.1: %). (.1.0): Replace this with a gmake implicit rule (%.0: %.1). ---