Skip to content

Commit e5d7760

Browse files
committed
Bug fix in Makefile
1 parent 879a837 commit e5d7760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lb/code/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ endif
208208

209209
%.d: %.c Makefile
210210
$(Q) " DEP $(@)"
211-
$(E) CC="$(DEPCC)" maint/depend.sh \
211+
$(E) DEPCC="$(DEPCC)" maint/depend.sh \
212212
$(dir $(<)) $(CPPFLAGS) $(<) > $(@)
213213

214214
deps.txt: $(DEPS) $(TEST_DEPS)

0 commit comments

Comments
 (0)