about summary refs log tree commit diff
path: root/other
diff options
context:
space:
mode:
Diffstat (limited to 'other')
-rw-r--r--other/Makefile2
-rw-r--r--other/pamx/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/other/Makefile b/other/Makefile
index a38766fc..746c4d29 100644
--- a/other/Makefile
+++ b/other/Makefile
@@ -48,7 +48,7 @@ MERGE_OBJECTS = $(MERGEBINARIES:%=%.o2)
 .PHONY: all
 all: $(BINARIES) $(SUBDIRS:%=%/all)
 
-include $(SRCDIR)/Makefile.common
+include $(SRCDIR)/common.mk
 
 ppmsvgalib: %: %.o $(NETPBMLIB) $(LIBOPT)
 	$(LD) $(LDFLAGS) -o $@ $< \
diff --git a/other/pamx/Makefile b/other/pamx/Makefile
index 9ad8860d..72e525cd 100644
--- a/other/pamx/Makefile
+++ b/other/pamx/Makefile
@@ -37,7 +37,7 @@ MERGEBINARIES = $(BINARIES)
 
 all: $(BINARIES)
 
-include $(SRCDIR)/Makefile.common
+include $(SRCDIR)/common.mk
 
 pamx: $(PAMX_OBJECTS) $(NETPBMLIB) $(LIBOPT)
 	$(LD) $(LDFLAGS) -o $@ $(PAMX_OBJECTS) \