From 5efa75d9b87e88287cf3c56db706f5a32a384072 Mon Sep 17 00:00:00 2001 From: grischka Date: Wed, 8 Feb 2017 19:56:15 +0100 Subject: update VERSION to 0.9.27 Also: - in tests: generate .expect files only if not yet present, because 1) some files were adjusted manually 2) switching git branche might change timestamps and cause unwanted update --- tests/pp/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/pp/Makefile') diff --git a/tests/pp/Makefile b/tests/pp/Makefile index 314f13f..1032b65 100644 --- a/tests/pp/Makefile +++ b/tests/pp/Makefile @@ -31,11 +31,11 @@ FILTER = 2>&1 | sed 's,$(SRC)/,,g' && rm -f $*.output # automatically generate .expect files with gcc: -%.expect: %.c - $(CC) -E -P $< >$*.expect 2>&1 +%.expect: # %.c + gcc -E -P $< >$*.expect 2>&1 -%.expect: %.S - $(CC) -E -P $< >$*.expect 2>&1 +%.expect: # %.S + gcc -E -P $< >$*.expect 2>&1 # tell make not to delete .PRECIOUS: %.expect -- cgit v1.3.1