mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-27 14:32:16 +01:00 
			
		
		
		
	build: fix 'make distclean'
Don't run a non-existent lcov command to clean up during 'make distclean'
This commit is contained in:
		
							
								
								
									
										4
									
								
								glib.mk
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								glib.mk
									
									
									
									
									
								
							| @@ -59,7 +59,9 @@ genlcov: | ||||
| 	@echo "file://$(abs_top_builddir)/glib-lcov/index.html" | ||||
|  | ||||
| lcov-clean: | ||||
| 	$(AM_V_GEN) $(LTP) --quiet --directory $(top_builddir) -z | ||||
| 	if test -n "$(LTP)"; then \ | ||||
| 	  $(LTP) --quiet --directory $(top_builddir) -z; \ | ||||
| 	fi | ||||
|  | ||||
| # run tests in cwd as part of make check | ||||
| check-local: test-nonrecursive | ||||
|   | ||||
		Reference in New Issue
	
	Block a user