Skip to content

Commit

Permalink
Change the line-ending from CRLF to LF
Browse files Browse the repository at this point in the history
  • Loading branch information
knonomura committed Feb 5, 2024
1 parent 337fa35 commit 91059c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions client/c/main/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Line separator must be LF
lib_LTLIBRARIES = libgridstore.la
ACLOCAL_AMFLAGS = -I m4

Expand Down Expand Up @@ -28,7 +27,7 @@ sofile3 = $(sofile)
all-local: $(bindir)/$(sofile1) $(bindir)/$(sofile2) $(bindir)/$(sofile3)

$(bindir)/$(sofile1): $(lib_LTLIBRARIES)
test `nm -u $(sofile0) | grep -v '@@GLIBC\|@@CXXABI\|@@GCC\| w ' | wc -l` -eq 0
test `nm -u $(sofile0) | grep -v '@GLIBC\|@CXXABI\|@GCC\| w ' | wc -l` -eq 0
test -x $(sofile0) && mkdir -p $(bindir) && cp $(sofile0) $(bindir)/

$(bindir)/$(sofile2): $(bindir)/$(sofile1)
Expand Down
1 change: 0 additions & 1 deletion client/c/mainMacOS/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Line separator must be LF
lib_LTLIBRARIES = libgridstore.la
ACLOCAL_AMFLAGS = -I m4

Expand Down

0 comments on commit 91059c2

Please sign in to comment.