Skip to content

Commit 26c117d

Browse files
committed
Makefile: test-parse-options depends on parse-options.h
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3ff7e17 commit 26c117d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,6 +1524,8 @@ test-delta$X: diff-delta.o patch-delta.o
15241524

15251525
test-parse-options$X: parse-options.o
15261526

1527+
test-parse-options.o: parse-options.h
1528+
15271529
.PRECIOUS: $(patsubst test-%$X,test-%.o,$(TEST_PROGRAMS))
15281530

15291531
test-%$X: test-%.o $(GITLIBS)

0 commit comments

Comments
 (0)