about summary refs log tree commit diff
path: root/Makefile.common
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-11-01 15:29:22 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-11-01 15:29:22 +0000
commit1eb7356380603811d191f170336e6a013eb4aee4 (patch)
treea9588cb06baf98b631083640326742128722f242 /Makefile.common
parent9491b92c5b479b4941b9fa86302aa668c596a5a9 (diff)
downloadnetpbm-mirror-1eb7356380603811d191f170336e6a013eb4aee4.tar.gz
netpbm-mirror-1eb7356380603811d191f170336e6a013eb4aee4.tar.xz
netpbm-mirror-1eb7356380603811d191f170336e6a013eb4aee4.zip
add netpbm symlink to importinc
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@447 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index a4f389bb..c626f226 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -138,10 +138,16 @@ IMPORTINC_LIB_FILES := $(IMPORTINC_LIB_HEADERS:%=importinc/%)
 IMPORTINC_LIB_UTIL_FILES := $(IMPORTINC_LIB_UTIL_HEADERS:%=importinc/%)
 
 importinc: \
+  importinc/netpbm \
   $(IMPORTINC_ROOT_FILES) \
   $(IMPORTINC_LIB_FILES) \
   $(IMPORTINC_LIB_UTIL_FILES) \
 
+importinc/netpbm:
+	mkdir -p importinc
+	rm -f $@
+	$(SYMLINK) . $@
+
 $(IMPORTINC_ROOT_FILES):importinc/%:$(BUILDDIR)/%
 	mkdir -p importinc
 	rm -f $@