From 5627f2758643073e80c236ab9034ff986968874d Mon Sep 17 00:00:00 2001 From: cuz Date: Wed, 4 Apr 2001 20:27:33 +0000 Subject: [PATCH] Renamed a file with more than 8 chars in its name git-svn-id: svn://svn.cc65.org/cc65/trunk@686 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/runtime/Makefile | 22 +++++++++++----------- libsrc/runtime/{staxspidx.s => staxspi.s} | 0 2 files changed, 11 insertions(+), 11 deletions(-) rename libsrc/runtime/{staxspidx.s => staxspi.s} (100%) diff --git a/libsrc/runtime/Makefile b/libsrc/runtime/Makefile index e509c5471..1ab6cf9a7 100644 --- a/libsrc/runtime/Makefile +++ b/libsrc/runtime/Makefile @@ -123,15 +123,15 @@ OBJS = add.o \ lule.o \ lult.o \ lumod.o \ - lxor.o \ + lxor.o \ makebool.o \ - mod.o \ - mul.o \ - ne.o \ - neg.o \ - or.o \ + mod.o \ + mul.o \ + ne.o \ + neg.o \ + or.o \ pleasp.o \ - popa.o \ + popa.o \ popsreg.o \ push1.o \ push2.o \ @@ -153,10 +153,10 @@ OBJS = add.o \ pushwsp.o \ return0.o \ return1.o \ - rsub.o \ + rsub.o \ shelp.o \ - shl.o \ - shr.o \ + shl.o \ + shr.o \ shrax1.o \ shrax2.o \ shrax3.o \ @@ -166,7 +166,7 @@ OBJS = add.o \ staspidx.o \ staspp.o \ staxsp.o \ - staxspidx.o \ + staxspi.o \ staxspp.o \ steaxsp.o \ steaxspi.o \ diff --git a/libsrc/runtime/staxspidx.s b/libsrc/runtime/staxspi.s similarity index 100% rename from libsrc/runtime/staxspidx.s rename to libsrc/runtime/staxspi.s -- 2.39.5