about summary refs log tree commit diff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-04-11 23:00:45 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-04-11 23:00:45 +0000
commitb8da51f799c914cdcf4b5665a75abee488cb1007 (patch)
tree82d0bf3ea743cd07c2d7117a07dcf0145c560a75 /lib/Makefile
parent6a4d2dc5363140a6571d12593cf7aa3cc599ce47 (diff)
downloadnetpbm-mirror-b8da51f799c914cdcf4b5665a75abee488cb1007.tar.gz
netpbm-mirror-b8da51f799c914cdcf4b5665a75abee488cb1007.tar.xz
netpbm-mirror-b8da51f799c914cdcf4b5665a75abee488cb1007.zip
Exploit .DELETE_ON_ERROR feature of GNU Make
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@279 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 0f333c2b..69b3b1d0 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -183,7 +183,7 @@ endif
 # ship a pre-made standardppmfont.c, so this rule will not normally be
 # used.
 standardppmdfont.c:standard.ppmdfont
-	ppmdcfont <$< >$@ || (rm $@ && false)
+	ppmdcfont <$< >$@
 
 # Note that we create a new compile.h only for the first make after a
 # make clean.  This is good enough.  We used to do stamp-date for