[COMMIT LOGREPORT] service/include lr_superservice.mk,1.3,1.4

Joost van Baal vanbaal at users.sourceforge.net
Mon May 29 23:01:21 CEST 2006


Update of /cvsroot/logreport/service/include
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv14489

Modified Files:
	lr_superservice.mk 
Log Message:
and another spurious '.  removing the all target seems to help in building from CVS with recent autotools.  effect is (as of yet) unknown when building with older tools. caveat emptor

Index: lr_superservice.mk
===================================================================
RCS file: /cvsroot/logreport/service/include/lr_superservice.mk,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lr_superservice.mk	29 May 2006 20:55:17 -0000	1.3
+++ lr_superservice.mk	29 May 2006 21:01:19 -0000	1.4
@@ -108,7 +108,7 @@
 
 FILTERSPECS_UNINSTALL_RULE = \
 	@list='$(filterspecs)'; for p in $$list; do \
-	  f="`basename $$p'`"; \
+	  f="`basename $$p`"; \
 	  d="$(pkgdatadir)/filters/$(superservice)" ; \
 	  echo " rm -f $(DESTDIR)$$d/$$f"; \
 	  rm -f $(DESTDIR)$$d/$$f; \

-- 
To UNSUBSCRIBE, email to commit-request at logreport.org with a subject of 
"unsubscribe". Trouble? Send an email with subject "help" to 
commit-request at logreport.org



More information about the Commit mailing list