summaryrefslogtreecommitdiff
path: root/test/pwd_grp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/pwd_grp/Makefile')
-rw-r--r--test/pwd_grp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/pwd_grp/Makefile b/test/pwd_grp/Makefile
index 5ec3b5f05..0ae2e233d 100644
--- a/test/pwd_grp/Makefile
+++ b/test/pwd_grp/Makefile
@@ -28,7 +28,7 @@ all: $(TARGETS)
test_pwd: test_pwd.c Makefile $(TOPDIR)libc.a
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling vs uCLibc: "
+ -@ echo "Compiling vs uClibc: "
-@ echo " "
$(CC) $(XCFLAGS) -c $< -o $@.o
$(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS)
@@ -48,7 +48,7 @@ test_pwd_glibc: test_pwd.c Makefile $(TOPDIR)libc.a
test_grp: test_grp.c Makefile $(TOPDIR)libc.a
-@ echo "-------"
-@ echo " "
- -@ echo "Compiling vs uCLibc: "
+ -@ echo "Compiling vs uClibc: "
-@ echo " "
$(CC) $(XCFLAGS) -c $< -o $@.o
$(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS)