about summary refs log tree commit diff
path: root/Makefile.common
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-08-29 02:53:29 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-08-29 02:53:29 +0000
commit69a072a76d9144104bc84bceb270cca9925ad367 (patch)
tree22e70886338c20832c8273124b7be09fb56f9d65 /Makefile.common
parent6e8e4ab15a176a4ee0251aee291f71c3270cefb3 (diff)
downloadnetpbm-mirror-69a072a76d9144104bc84bceb270cca9925ad367.tar.gz
netpbm-mirror-69a072a76d9144104bc84bceb270cca9925ad367.tar.xz
netpbm-mirror-69a072a76d9144104bc84bceb270cca9925ad367.zip
fix clean target
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@26 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 51aef8a0..8172feb4 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -449,7 +449,7 @@ EXEPATTERN = *$(EXE)
 else
 EXEPATTERN = 
 endif
-clean: $(SUBDIRS:%=%/clean) thisdirclean-common
+clean: $(SUBDIRS:%=%/clean) thisdirclean
 
 .PHONY: thisdirclean
 thisdirclean: