Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | Makefile: add more dependencies to pointer.h |
| 2 | |
| 3 | Upstream-Status: Inappropriate [no upstream] |
| 4 | |
| 5 | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> |
| 6 | --- |
| 7 | Makefile | 2 +- |
| 8 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 9 | |
| 10 | diff --git a/Makefile b/Makefile |
| 11 | index 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 | |