diff options
Diffstat (limited to 'tests/pp/Makefile')
| -rw-r--r-- | tests/pp/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/pp/Makefile b/tests/pp/Makefile index ba75bbc..21c9969 100644 --- a/tests/pp/Makefile +++ b/tests/pp/Makefile @@ -31,10 +31,7 @@ FILTER = 2>&1 | sed 's,$(SRC)/,,g' # automatically generate .expect files with gcc: %.expect: # %.c - gcc -E -P $< >$*.expect 2>&1 - -%.expect: # %.S - gcc -E -P $< >$*.expect 2>&1 + gcc -E -P $*.[cS] >$*.expect 2>&1 # tell make not to delete .PRECIOUS: %.expect |
