[Pcsclite-cvs-commit] HandlerTest/Host Makefile,1.2,1.3

rousseau@quantz.debian.org rousseau@quantz.debian.org
Thu, 04 Sep 2003 15:17:21 +0200


Update of /cvsroot/pcsclite/HandlerTest/Host
In directory quantz:/tmp/cvs-serv3694/Host

Modified Files:
	Makefile 
Log Message:
my ifeq() construction did not work. back to a manual configuration


Index: Makefile
===================================================================
RCS file: /cvsroot/pcsclite/HandlerTest/Host/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile	29 Aug 2003 06:51:26 -0000	1.2
+++ Makefile	4 Sep 2003 13:17:18 -0000	1.3
@@ -4,13 +4,11 @@
 
 # -ldl to use ldopen(), etc.
 # -rdynamic so that the driver can use debug_msg()
-ifeq ($(OSTYPE),linux*)
+
+# GNU/Linux
 LDFLAGS = -ldl -rdynamic
-else
-ifeq ($(OSTYPE),*bsd*)
-LDFLAGS = -rdynamic
-endif
-endif
+# *BSD
+#LDFLAGS = -rdynamic
 
 targets = handler_test.o debug.o tokenparser.o