From 125866f73191d541f6c4870aadbafe26db5f4741 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 14 Oct 2015 02:04:48 +0000 Subject: Make 'make clean' clean icon/netpbm.o git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2651 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- icon/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'icon') diff --git a/icon/Makefile b/icon/Makefile index 2181c88b..95786c37 100644 --- a/icon/Makefile +++ b/icon/Makefile @@ -6,7 +6,13 @@ SUBDIR = buildtools VPATH = .:$(SRCDIR)/$(SUBDIR) include $(BUILDDIR)/config.mk -all: netpbm.ico +.PHONY: default +default: netpbm.o + +# We must not attempt to build netpbm.o if the build system does not +# have 'windres', so our all list is empty. +.PHONY: all +all: include $(SRCDIR)/common.mk -- cgit 1.4.1