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