about summary refs log tree commit diff
path: root/converter/ppm
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-10-05 20:47:34 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-10-05 20:47:34 +0000
commitf2b127d27bcf6c9bacf1b16b371bdee30f7812d6 (patch)
treec8e4e542768a9ef734059cd1d91af80397a27d82 /converter/ppm
parentdb57ab4c508a863fd8f4c6c49a0f2b5ef1e6aa6e (diff)
downloadnetpbm-mirror-f2b127d27bcf6c9bacf1b16b371bdee30f7812d6.tar.gz
netpbm-mirror-f2b127d27bcf6c9bacf1b16b371bdee30f7812d6.tar.xz
netpbm-mirror-f2b127d27bcf6c9bacf1b16b371bdee30f7812d6.zip
Rename Makefile.config to config.mk
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@743 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/ppm')
-rw-r--r--converter/ppm/Makefile2
-rw-r--r--converter/ppm/hpcdtoppm/Makefile2
-rw-r--r--converter/ppm/ppmtompeg/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/converter/ppm/Makefile b/converter/ppm/Makefile
index 8c70fcac..adc3a400 100644
--- a/converter/ppm/Makefile
+++ b/converter/ppm/Makefile
@@ -5,7 +5,7 @@ endif
 SUBDIR = converter/ppm
 VPATH=.:$(SRCDIR)/$(SUBDIR)
 
-include $(BUILDDIR)/Makefile.config
+include $(BUILDDIR)/config.mk
 
 SUBDIRS = hpcdtoppm ppmtompeg
 
diff --git a/converter/ppm/hpcdtoppm/Makefile b/converter/ppm/hpcdtoppm/Makefile
index 00ebb116..91aefc5b 100644
--- a/converter/ppm/hpcdtoppm/Makefile
+++ b/converter/ppm/hpcdtoppm/Makefile
@@ -5,7 +5,7 @@ endif
 SUBDIR = converter/ppm/hpcdtoppm
 VPATH=.:$(SRCDIR)/$(SUBDIR)
 
-include $(BUILDDIR)/Makefile.config
+include $(BUILDDIR)/config.mk
 
 all: hpcdtoppm
 
diff --git a/converter/ppm/ppmtompeg/Makefile b/converter/ppm/ppmtompeg/Makefile
index 22b93272..d8903516 100644
--- a/converter/ppm/ppmtompeg/Makefile
+++ b/converter/ppm/ppmtompeg/Makefile
@@ -5,7 +5,7 @@ endif
 SUBDIR = converter/ppm/ppmtompeg
 VPATH=.:$(SRCDIR)/$(SUBDIR)
 
-include $(BUILDDIR)/Makefile.config
+include $(BUILDDIR)/config.mk
 
 ifeq ($(JPEGLIB),NONE)
   # 'nojpeg' is a module that implements all the jpeg access routines as