diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2015-10-13 20:13:03 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2015-10-13 20:13:03 +0000 |
commit | 4ddb7c2e4c6e09d20c65388cc2dc710b0422c2d4 (patch) | |
tree | 6e1fa1f5941e433c77d2e5af3dbf96bb39938ce2 /icon | |
parent | 55ddbca528806d26c9ddf02299ad32717369a48d (diff) | |
download | netpbm-mirror-4ddb7c2e4c6e09d20c65388cc2dc710b0422c2d4.tar.gz netpbm-mirror-4ddb7c2e4c6e09d20c65388cc2dc710b0422c2d4.tar.xz netpbm-mirror-4ddb7c2e4c6e09d20c65388cc2dc710b0422c2d4.zip |
Reverse previous change; I was confused
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2650 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'icon')
-rw-r--r-- | icon/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/icon/Makefile b/icon/Makefile index a1bbea0b..2181c88b 100644 --- a/icon/Makefile +++ b/icon/Makefile @@ -1,15 +1,3 @@ -############################################################################### -# -# This directory is not part of a normal build. The file netpbm.ico is -# not platform-specific, so we distribute it in this directory already -# built. This make file is only for use by developers in generating a -# different icon. -# -# If you want to change netpbm.ico, run the make in this directory. And run -# 'make clean' in this directory too. -# -############################################################################### - ifeq ($(SRCDIR)x,x) SRCDIR = $(CURDIR)/.. BUILDDIR = $(SRCDIR) |