diff options
Diffstat (limited to 'libc/pwd_grp')
-rw-r--r-- | libc/pwd_grp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/pwd_grp/Makefile b/libc/pwd_grp/Makefile index 8be9015f1..06f1cb7c1 100644 --- a/libc/pwd_grp/Makefile +++ b/libc/pwd_grp/Makefile @@ -21,10 +21,11 @@ UOBJ=utent.o OBJ=$(POBJ) $(GOBJ) $(UOBJ) all: $(LIBC)($(OBJ)) - @$(RM) $(OBJ) $(LIBC)($(GOBJ)): config-grp.h +$(LIBC): $(LIBC)($(OBJ)) + clean: rm -f *.o libc.a |