Update of /cvsroot/pclasses/pclasses2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31914
Modified Files:
toc.pclasses2.make.at
Log Message:
Added another huge kludge to fool Make...
Index: toc.pclasses2.make.at
===================================================================
RCS file: /cvsroot/pclasses/pclasses2/toc.pclasses2.make.at,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- toc.pclasses2.make.at 25 Dec 2004 00:12:53 -0000 1.5
+++ toc.pclasses2.make.at 26 Dec 2004 04:10:57 -0000 1.6
@@ -33,10 +33,11 @@
LIBP_TESTS_LDADD = -rdynamic $(P_BACKLINK_LDADD) -L$(top_srcdir)/lib $(LIBPCORE_CLIENT_LDADD)
########################################################################
-# Huge kludge to shut up make:
+# HUGE KLUDGE to shut up 'no rule to make target -lfoo' errors from make:
-l$(LIBPCORE_BASENAME):
-l$(LIBPNET_BASENAME):
-l$(LIBPIO_BASENAME):
-l$(LIBPUNICODE_BASENAME):
-l$(LIBPSYSTEM_BASENAME):
-l$(LIBPUTIL_BASENAME):
+-l$(LIBPS11N_BASENAME):
|