blob: abdb4344bd4052218212b2b009e91429593c7425 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001Makefile: add more dependencies to pointer.h
2
3Upstream-Status: Inappropriate [no upstream]
4
5Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
6---
7 Makefile | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/Makefile b/Makefile
11index 915866d..edd9ea2 100644
12--- a/Makefile
13+++ b/Makefile
14@@ -122,7 +122,7 @@ emfloat.o: emfloat.h emfloat.c nmglobal.h pointer.h Makefile
15 pointer.h: Makefile
16 touch pointer.h ;
17
18-misc.o: misc.h misc.c Makefile
19+misc.o: misc.h misc.c nmglobal.h pointer.h Makefile
20 $(CC) $(MACHINE) $(DEFINES) $(CFLAGS)\
21 -c misc.c
22
23