mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 00:29:31 +00:00
Fixed typo.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5484 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
742c03cc02
commit
470cf67795
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user