about summary refs log tree commit diff
path: root/common.mk
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-12-15 23:47:37 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-12-15 23:47:37 +0000
commita303af2f2fc1ee474678d7076a821af9be4f9aa9 (patch)
tree946988157832c65fe6098becf5a03ff46ebd31e6 /common.mk
parent6ae2ed4d90654b6c4d455796ad4abad1bb846e42 (diff)
downloadnetpbm-mirror-a303af2f2fc1ee474678d7076a821af9be4f9aa9.tar.gz
netpbm-mirror-a303af2f2fc1ee474678d7076a821af9be4f9aa9.tar.xz
netpbm-mirror-a303af2f2fc1ee474678d7076a821af9be4f9aa9.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1812 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/common.mk b/common.mk
index 5ac872fd..b445ea19 100644
--- a/common.mk
+++ b/common.mk
@@ -109,9 +109,6 @@ LDLIBS = $(LOADLIBES) $(LIBS)
 # disastrous if PKGDIR is a relative directory, and I don't know any
 # way to detect that case and fail, so I just add a '/' to the front
 # if it isn't already there.
-#
-# TODO: Convert 'pkgdir' to absolute path with # the $(abspath ...)
-# built-in function, available from GNU Make v 3.81 onward. 
 ifneq ($(pkgdir)x,x)
   PKGDIR = $(patsubst //%,/%, /$(pkgdir))
 else