From c96402b11ec09e4b719157409046790bad1f18ca Mon Sep 17 00:00:00 2001
From: aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Date: Sat, 10 May 2008 23:51:24 +0000
Subject: [PATCH] Fix parallel build (broken by commit r4407)

---
 Makefile.target | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.target b/Makefile.target
index 23134f5..e1f866d 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -331,7 +331,7 @@ op_helper.o: op_helper.c
 	$(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
 endif
 
-cpu-exec.o: cpu-exec.c
+cpu-exec.o: cpu-exec.c $(OPC_H)
 	$(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
 
 #########################################################
--
libgit2 0.23.3