1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-26 13:18:31 +00:00

Moved the jmpvec module from common to runtime

git-svn-id: svn://svn.cc65.org/cc65/trunk@457 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-11-20 21:59:43 +00:00
parent 518220f9cf
commit ce76aba929
3 changed files with 2 additions and 16 deletions
+1 -2
View File
@@ -51,7 +51,6 @@ S_OBJS = _fdesc.o \
isupper.o \
isxdigit.o \
itoa.o \
jmpvec.o \
labs.o \
longjmp.o \
ltoa.o \
@@ -95,4 +94,4 @@ clean:
@rm -f $(C_OBJS:.o=.s)
@rm -f $(C_OBJS)
@rm -f $(S_OBJS)