From b485b78f1ada861fdade27b5fdaeb7a7cea6d026 Mon Sep 17 00:00:00 2001 From: "Troy A. Griffitts" Date: Sat, 27 Oct 2007 21:47:05 +0000 Subject: updated to take command line args change .conf strategy git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@115 07627401-56e2-0310-80f4-f8cd0041bdcd --- flashtools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flashtools/Makefile') diff --git a/flashtools/Makefile b/flashtools/Makefile index 47852f0..dc41e0a 100644 --- a/flashtools/Makefile +++ b/flashtools/Makefile @@ -7,6 +7,6 @@ clean: rm $(TARGETS) .cpp: - g++ -g `pkg-config --static --cflags sword` $< -o $@ `pkg-config --static --libs sword` + g++ -g `pkg-config --cflags sword` $< -o $@ `pkg-config --libs sword` -- cgit