From 901b79f8d302fa1995860184c2e1c3a345a18699 Mon Sep 17 00:00:00 2001 From: River Tarnell Date: Thu, 7 Aug 2008 12:35:42 +0000 Subject: [PATCH] add .cpp to .SUFFIXES --- parser_native/makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/parser_native/makefile b/parser_native/makefile index 48f861196..739cd41b2 100644 --- a/parser_native/makefile +++ b/parser_native/makefile @@ -20,3 +20,5 @@ clean: clean-final: rm -f check af_parser syntax_check + +.SUFFIXES: .cpp .o