about summary refs log tree commit diff
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common
index a6b6952e..51aef8a0 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -451,8 +451,8 @@ EXEPATTERN =
 endif
 clean: $(SUBDIRS:%=%/clean) thisdirclean-common
 
-.PHONY: thisdirclean-common
-thisdirclean-common:
+.PHONY: thisdirclean
+thisdirclean:
 	-rm -f *.o *.o2 *.a *.so *.so.* *.dll *.dylib *.cat *~ *.i *.s \
 	  $(EXEPATTERN) *.def *.lnk \
 	  core *.core mergelist mergetrylist *.c1 empty.c \
@@ -460,7 +460,7 @@ thisdirclean-common:
 	-rm -rf importinc
 
 .PHONY: distclean
-distclean: $(SUBDIRS:%=%/distclean) thisdirclean-common
+distclean: $(SUBDIRS:%=%/distclean) thisdirclean
 	rm -f Makefile.depend
 
 DEP_SOURCES = $(wildcard *.c *.cpp *.cc)