summaryrefslogtreecommitdiff
path: root/as/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'as/Makefile')
-rw-r--r--as/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/as/Makefile b/as/Makefile
index dec98d1..60aa952 100644
--- a/as/Makefile
+++ b/as/Makefile
@@ -33,6 +33,8 @@ clean realclean clobber:
.c.o:
$(CC) $(CFLAGS) -c $<
+$(OBJS): const.h errors.h
+
as.o: const.h type.h byteord.h macro.h file.h flag.h globvar.h
assemble.o: const.h type.h address.h globvar.h opcode.h scan.h
error.o: const.h type.h