Commit 144c345daf6275a4dd8c75a0cc888679805464da
1 parent
de83cd02
consistent hello naming
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@247 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
3 changed files
with
3 additions
and
3 deletions
tests/.cvsignore
tests/Makefile
@@ -12,9 +12,9 @@ QEMU=../qemu | @@ -12,9 +12,9 @@ QEMU=../qemu | ||
12 | 12 | ||
13 | all: $(TESTS) | 13 | all: $(TESTS) |
14 | 14 | ||
15 | -hello: hello.c | 15 | +hello-i386: hello-i386.c |
16 | $(CC) -nostdlib $(CFLAGS) -static $(LDFLAGS) -o $@ $< | 16 | $(CC) -nostdlib $(CFLAGS) -static $(LDFLAGS) -o $@ $< |
17 | - strip hello | 17 | + strip $@ |
18 | 18 | ||
19 | testclone: testclone.c | 19 | testclone: testclone.c |
20 | $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< | 20 | $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< |
tests/hello.c renamed to tests/hello-i386.c