From 470cf677953979aeb1f64aa76e7e079fc79f4799 Mon Sep 17 00:00:00 2001
From: "ol.sc"
Date: Mon, 6 Feb 2012 22:58:52 +0000
Subject: [PATCH] Fixed typo.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5484 b7a2c559-68d2-44c3-8de9-860c34a00d81
---
libsrc/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libsrc/Makefile b/libsrc/Makefile
index 68ffe964f..369093dd2 100644
--- a/libsrc/Makefile
+++ b/libsrc/Makefile
@@ -261,7 +261,7 @@ geos-cbmlib:
if [ -f geos-common/`basename $$objfile` ]; then \
$(AR) a geos-cbm.lib geos-common/`basename $$objfile`; \
else \
- $(AR) a geos-cbm-lib $$objfile; \
+ $(AR) a geos-cbm.lib $$objfile; \
fi; \
done \
done
--
2.39.5