Skip to content

Commit

Permalink
Use instead of makdep as target (Makefile)
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-blain committed Apr 30, 2019
1 parent 1a59703 commit 71e7bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ ifndef $(CFLAGS_HOST)
CFLAGS_HOST :=
endif

makdep: $(ICE_CASEDIR)/makdep.c
$(DEPGEN): $(ICE_CASEDIR)/makdep.c
$(SCC) -o $@ $(CFLAGS_HOST) $<

#-------------------------------------------------------------------------------
Expand Down

0 comments on commit 71e7bb2

Please sign in to comment.