Skip to content

Commit

Permalink
update makedeps
Browse files Browse the repository at this point in the history
  • Loading branch information
huiscliu committed Mar 16, 2019
1 parent 08e7a08 commit b7f2283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Makefile.dep
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dependecies generated by makedeps. Don't edit!!!


indset.o: indset.c ../include/config.h ../include/data-types.h ../include/indset.h ../include/protos-deps.h ../include/utils.h

Expand Down
2 changes: 1 addition & 1 deletion utils/makedeps
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ make -s clean >/dev/null 2>&1 || true
for d in src; do
echo 1>&2 "Processing in $d ..."
cd $d || continue
echo "# Dependecies generated by makedeps. Don't edit!!!" >Makefile.dep
echo "" >Makefile.dep
for f in *.c *.cxx *.cpp *.c++; do
test -r "$f" || continue
echo ""
Expand Down

0 comments on commit b7f2283

Please sign in to comment.