Really doesn't fail on clean

This commit is contained in:
Laurent Vivier 2007-09-06 22:59:57 +00:00
parent 0898b76381
commit dfd1a1d590

View File

@ -25,8 +25,7 @@ dist:
ifdef TARGET
clean:
cd $(TARGET) && \
rm -f $(OBJS) $(PROGRAMS) $(LIBRARY) || true
(cd $(TARGET) && rm -f $(OBJS) $(PROGRAMS) $(LIBRARY)) || true
else
clean:
rm -f $(OBJS) $(PROGRAMS) $(LIBRARY) $(CLEAN) $(LIBRARIES) $(MANPAGES) $(MANPAGES:.8.gz=.8)