From: stephan b. <sg...@us...> - 2004-12-26 14:54:40
|
Update of /cvsroot/pclasses/pclasses2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11374 Modified Files: toc.pclasses2.make.at Log Message: Removed a lot of now-bogus LD flags. Index: toc.pclasses2.make.at =================================================================== RCS file: /cvsroot/pclasses/pclasses2/toc.pclasses2.make.at,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- toc.pclasses2.make.at 26 Dec 2004 04:10:57 -0000 1.6 +++ toc.pclasses2.make.at 26 Dec 2004 14:54:30 -0000 1.7 @@ -23,21 +23,27 @@ ######################################################################## # P_BACKLINK_LDADD is for use by in-tree libs which need a -L arg # to link back to other in-tree libs. -P_BACKLINK_LDADD = -L$(top_srcdir)/lib \ - -L$(top_srcdir)/src \ - $(addprefix -L$(top_srcdir)/src/,System Util Unicode IO Net) +P_BACKLINK_LDADD = -L$(top_srcdir)/lib +# -L$(top_srcdir)/src $(addprefix -L$(top_srcdir)/src/,System Util Unicode IO Net) #################################################################################### # Linker args for in-build-tree tests, so they can link back to the in-tree # shared libs easily... -LIBP_TESTS_LDADD = -rdynamic $(P_BACKLINK_LDADD) -L$(top_srcdir)/lib $(LIBPCORE_CLIENT_LDADD) +LIBP_TESTS_LDADD = -rdynamic $(P_BACKLINK_LDADD) $(LIBPCORE_CLIENT_LDADD) ######################################################################## # HUGE KLUDGE to shut up 'no rule to make target -lfoo' errors from make: -l$(LIBPCORE_BASENAME): + @true -l$(LIBPNET_BASENAME): + @true -l$(LIBPIO_BASENAME): + @true -l$(LIBPUNICODE_BASENAME): + @true -l$(LIBPSYSTEM_BASENAME): + @true -l$(LIBPUTIL_BASENAME): + @true -l$(LIBPS11N_BASENAME): + @true |