Skip to content
This repository has been archived by the owner on Feb 7, 2021. It is now read-only.

Commit

Permalink
add -a to debug ls.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Brækhus authored and Hugo Cruz committed Oct 12, 2017
1 parent 2f2e9e7 commit c47d081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ nobase_noinst_HEADERS = common.h helpers.h plugins.h ipc.h http.h vss-hack.h vag
BUILT_SOURCES = vagent_version.h
MAINTAINERCLEANFILES = vagent_version.h
vagent_version.h: FORCE
ls -Rl ../
ls -Rla ../
if [ -d "$(top_srcdir)/.git" ]; then \
V=$$(git describe --always --tags --dirty 2>/dev/null || echo NOGIT); \
echo "V: $$V"; \
Expand Down

0 comments on commit c47d081

Please sign in to comment.