Skip to content

Commit

Permalink
updake deps
Browse files Browse the repository at this point in the history
  • Loading branch information
huiscliu committed Mar 16, 2019
1 parent 1907ca1 commit 71a8b5e
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


flexop.o: flexop.c ../include/flexop-config.h ../include/flexop.h ../include/flexop-types.h ../include/flexop-utils.h ../include/flexop-vec.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" >Makefile.dep
echo "" >Makefile.dep
for f in *.c *.cxx; do
test -r "$f" || continue
echo ""
Expand Down

0 comments on commit 71a8b5e

Please sign in to comment.