about summary refs log tree commit diff
path: root/converter/ppm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converter/ppm/Makefile')
-rw-r--r--converter/ppm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/ppm/Makefile b/converter/ppm/Makefile
index 31ca826b..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
 
@@ -42,7 +42,7 @@ MERGE_OBJECTS = $(BINARIES:%=%.o2)
 .PHONY: all
 all: $(BINARIES) $(SUBDIRS:%=%/all)
 
-include $(SRCDIR)/Makefile.common
+include $(SRCDIR)/common.mk
 
 ppmtobmp.o ppmtobmp.o2: bmp.h