sh: removed dup header so remove the Makefile dependancy
authorAlan Cox <alan@linux.intel.com>
Fri, 15 May 2015 21:38:08 +0000 (22:38 +0100)
committerAlan Cox <alan@linux.intel.com>
Fri, 15 May 2015 21:38:08 +0000 (22:38 +0100)
Applications/V7/cmd/sh/Makefile.6502
Applications/V7/cmd/sh/Makefile.z80

index 2a49044..6a8df75 100644 (file)
@@ -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)
 
index 1e8be6c..a1fa3cf 100644 (file)
@@ -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)