From edcd7c3f223cc64a08a4166373f72ebfc012a33a Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 15 May 2015 22:38:08 +0100 Subject: [PATCH] sh: removed dup header so remove the Makefile dependancy --- Applications/V7/cmd/sh/Makefile.6502 | 2 +- Applications/V7/cmd/sh/Makefile.z80 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Applications/V7/cmd/sh/Makefile.6502 b/Applications/V7/cmd/sh/Makefile.6502 index 2a490444..6a8df75e 100644 --- a/Applications/V7/cmd/sh/Makefile.6502 +++ b/Applications/V7/cmd/sh/Makefile.6502 @@ -8,7 +8,7 @@ SRCS = args.c blok.c builtin.c cmd.c ctype.c error.c expand.c fault.c io.c \ macro.c main.c msg.c name.c print.c service.c setbrk.c stak.c \ string.c word.c xec.c glob.c -INCS = brkincr.h ctype.h defs.h dup.h mac.h mode.h name.h stak.h sym.h timeout.h +INCS = brkincr.h ctype.h defs.h mac.h mode.h name.h stak.h sym.h timeout.h OBJS = $(SRCS:.c=.o) diff --git a/Applications/V7/cmd/sh/Makefile.z80 b/Applications/V7/cmd/sh/Makefile.z80 index 1e8be6cb..a1fa3cf5 100644 --- a/Applications/V7/cmd/sh/Makefile.z80 +++ b/Applications/V7/cmd/sh/Makefile.z80 @@ -12,7 +12,7 @@ SRCS = args.c blok.c builtin.c cmd.c ctype.c error.c expand.c fault.c io.c \ macro.c main.c msg.c name.c print.c service.c setbrk.c stak.c \ string.c word.c xec.c glob.c -INCS = brkincr.h ctype.h defs.h dup.h mac.h mode.h name.h stak.h sym.h timeout.h +INCS = brkincr.h ctype.h defs.h mac.h mode.h name.h stak.h sym.h timeout.h OBJS = $(SRCS:.c=.rel) -- 2.34.1