From: Alan Cox Date: Fri, 15 May 2015 21:38:08 +0000 (+0100) Subject: sh: removed dup header so remove the Makefile dependancy X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=edcd7c3f223cc64a08a4166373f72ebfc012a33a;p=FUZIX.git sh: removed dup header so remove the Makefile dependancy --- 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)