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