diff options
Diffstat (limited to 'test/unistd/Makefile')
-rw-r--r-- | test/unistd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unistd/Makefile b/test/unistd/Makefile index aefc66213..0f972f956 100644 --- a/test/unistd/Makefile +++ b/test/unistd/Makefile @@ -46,7 +46,7 @@ fork: fork.c ../testsuite.h Makefile $(TESTDIR)/Rules.mak fork_glibc: fork.c ../testsuite.h Makefile -@ echo "-------" -@ echo " " - -@ echo "Compiling $@ vs GNU libc: " + -@ echo "Compiling $@ vs glibc: " -@ echo " " $(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o $(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@ @@ -68,7 +68,7 @@ vfork: vfork.c ../testsuite.h Makefile $(TESTDIR)/Rules.mak vfork_glibc: vfork.c ../testsuite.h Makefile -@ echo "-------" -@ echo " " - -@ echo "Compiling $@ vs GNU libc: " + -@ echo "Compiling $@ vs glibc: " -@ echo " " $(HOSTCC) $(GLIBC_CFLAGS) -c $< -o $@.o $(HOSTCC) $(GLIBC_LDFLAGS) $@.o -o $@ |