diff --git a/bin/makefile-tail b/bin/makefile-tail index d1e71e3..977095e 100644 --- a/bin/makefile-tail +++ b/bin/makefile-tail @@ -179,7 +179,7 @@ $(OSARCHDIR)setsout: $(OBJECTDIR)setsout.o $(REQUIRED-INCS) #### Component files ###################################################### $(OBJECTDIR)vdate.o: $(LIBFILES) $(EXTFILES) $(OSARCHDIR)mkvdate - /bin/rm -f $(OBJECTDIR)vdate.c + $(RM) $(OBJECTDIR)vdate.c $(OSARCHDIR)mkvdate > $(OBJECTDIR)vdate.c $(CC) $(RFLAGS) $(OBJECTDIR)vdate.c -o $(OBJECTDIR)vdate$(OEXT)