about summary refs log tree commit diff
path: root/converter/other/fiasco/output/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/fiasco/output/Makefile')
-rw-r--r--converter/other/fiasco/output/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/fiasco/output/Makefile b/converter/other/fiasco/output/Makefile
index fc1d4155..6f642a26 100644
--- a/converter/other/fiasco/output/Makefile
+++ b/converter/other/fiasco/output/Makefile
@@ -19,7 +19,7 @@ COMP_INCLUDES = \
 
 all: libfiasco_output.a
 
-include $(SRCDIR)/Makefile.common
+include $(SRCDIR)/common.mk
 
 libfiasco_output.a: $(OBJECTS)
 	$(AR) -rc $@ $(OBJECTS)