changeset 358:7b5633e55284 gcc-4.3-cleanups

$(LIBRARY) makefile target doesn't need GSOAP_INCLUDE. This isn't the cleanup I meant to make, but getting make to understand that audioDB.cpp is a dependency of both without screwing up the compilation is out of scope for this branch.
author mas01cr
date Wed, 12 Nov 2008 13:05:09 +0000
parents 893bb90f6936
children d72ff5d0292f
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Nov 12 13:05:08 2008 +0000
+++ b/Makefile	Wed Nov 12 13:05:09 2008 +0000
@@ -56,7 +56,7 @@
 
 
 $(LIBRARY): cmdline.c $(LIBOBJS)
-	g++ -c $(CFLAGS) $(GSOAP_INCLUDE) -Wall audioDB.cpp
+	g++ -c $(CFLAGS) -Wall audioDB.cpp
 	g++ -shared -o $(LIBRARY) $(CFLAGS) $(LIBGSL) audioDB.o $^ 
 
 tags: