diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2015-10-14 02:04:48 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2015-10-14 02:04:48 +0000 |
commit | 125866f73191d541f6c4870aadbafe26db5f4741 (patch) | |
tree | 58545374d0347dbcecfee7ed8b139c0c13835d3b /icon | |
parent | 4ddb7c2e4c6e09d20c65388cc2dc710b0422c2d4 (diff) | |
download | netpbm-mirror-125866f73191d541f6c4870aadbafe26db5f4741.tar.gz netpbm-mirror-125866f73191d541f6c4870aadbafe26db5f4741.tar.xz netpbm-mirror-125866f73191d541f6c4870aadbafe26db5f4741.zip |
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
Diffstat (limited to 'icon')
-rw-r--r-- | icon/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 |