summaryrefslogtreecommitdiffstats
path: root/osdep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/Makefile')
-rw-r--r--osdep/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/osdep/Makefile b/osdep/Makefile
index 341da0d9eb..0ec2038e33 100644
--- a/osdep/Makefile
+++ b/osdep/Makefile
@@ -47,8 +47,8 @@ all: $(LIBNAME)
clean:
rm -f *.o *.a *~
-distclean:
- rm -f Makefile.bak *.o *.a *~ .depend
+distclean: clean
+ rm -f .depend
dep: depend