Skip to content

Commit

Permalink
Makefile: do not overwritte LDFLAGS with null value
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed May 10, 2014
1 parent 75bd04b commit 91a1923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ PKGCFGF = $(BLDIR)/$(LIBNAME).pc

all: $(LIBRARY) $(ARCHIVE) $(PKGCFGF)
ifndef BUILDDIR
$(MAKE) -C tests LDFLAGS=
$(MAKE) -C tests
else
$(MAKE) -C tests BUILDDIR=$(BLDIR) LDFLAGS=
$(MAKE) -C tests BUILDDIR=$(BLDIR)
endif
ifeq ($(CAPSTONE_SHARED),yes)
$(INSTALL_DATA) $(BLDIR)/lib$(LIBNAME).$(EXT) $(BLDIR)/tests/
Expand Down

0 comments on commit 91a1923

Please sign in to comment.