diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2006-08-19 06:22:11 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2006-08-19 06:22:11 +0000 |
commit | 5e2853ff615011936ee425922cbc2b437de13c53 (patch) | |
tree | 59f13e60c6b66d9fe3ca14258901ab0f9ccd163e /GNUmakefile | |
parent | a9f3d71d8eb904664d2d55f7d4219701a9a257c7 (diff) | |
download | netpbm-mirror-5e2853ff615011936ee425922cbc2b437de13c53.tar.gz netpbm-mirror-5e2853ff615011936ee425922cbc2b437de13c53.tar.xz netpbm-mirror-5e2853ff615011936ee425922cbc2b437de13c53.zip |
Fix distclean
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@5 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index d26ddf50..56c6126c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -384,7 +384,7 @@ localclean: # because no other makes will work after that is done. distclean: localdistclean .PHONY: localdistclean -localdistclean: +localdistclean: localclean -rm -f `find -type l` -rm -f Makefile.config |