diff options
Diffstat (limited to 'src/glu/mesa/Makefile.X11')
-rw-r--r-- | src/glu/mesa/Makefile.X11 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glu/mesa/Makefile.X11 b/src/glu/mesa/Makefile.X11 index b50db58c36f..2265620fe6b 100644 --- a/src/glu/mesa/Makefile.X11 +++ b/src/glu/mesa/Makefile.X11 @@ -34,7 +34,7 @@ default: @echo "Specify a target configuration" clean: - -rm *.o *~ + -rm -f *.o *~ targets: $(LIBDIR)/$(GLU_LIB) |