Skip to content

Commit

Permalink
consistent hello naming
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@247 c046a42c-6fe2-441c-8c8c-71466251a162
  • Loading branch information
bellard committed Jun 15, 2003
1 parent de83cd0 commit 144c345
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/.cvsignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gmon.out
testsig
hello
hello-i386
hello-arm
sha1.test.c
sha1.c
Expand Down
4 changes: 2 additions & 2 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ QEMU=../qemu

all: $(TESTS)

hello: hello.c
hello-i386: hello-i386.c
$(CC) -nostdlib $(CFLAGS) -static $(LDFLAGS) -o $@ $<
strip hello
strip $@

testclone: testclone.c
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
Expand Down
File renamed without changes.

0 comments on commit 144c345

Please sign in to comment.