diff options
author | Gordon Sim <gsim@apache.org> | 2009-03-13 13:23:01 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2009-03-13 13:23:01 +0000 |
commit | 0f54e364c4f678d16e8621f9f2255e3669aa56e4 (patch) | |
tree | 7f7c2061e265e1a88ca49d12f36a12382bc6e696 /cpp/examples | |
parent | 687fc2ab620485b88a2de7c4c5f8b16a8d5db25d (diff) | |
download | qpid-python-0f54e364c4f678d16e8621f9f2255e3669aa56e4.tar.gz |
Remove duplicate '-l' from generated example Makefiles
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@753238 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples')
-rw-r--r-- | cpp/examples/makedist.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/examples/makedist.mk b/cpp/examples/makedist.mk index ce34fd31e2..a260a3a3b5 100644 --- a/cpp/examples/makedist.mk +++ b/cpp/examples/makedist.mk @@ -13,7 +13,7 @@ $(MAKEDIST): Makefile mkdir -p .libs @$(ECHO) CXX=$(CXX) > $(MAKEDIST) @$(ECHO) CXXFLAGS=$(CXXFLAGS) >> $(MAKEDIST) - @$(ECHO) LDFLAGS=-l$(MAKELDFLAGS) >> $(MAKEDIST) + @$(ECHO) LDFLAGS=$(MAKELDFLAGS) >> $(MAKEDIST) @$(ECHO) >> $(MAKEDIST) @$(ECHO) all: $(noinst_PROGRAMS) >> $(MAKEDIST) @$(ECHO) >> $(MAKEDIST) |