mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			409 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			409 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/libxfs/Makefile
 | 
						|
+++ b/libxfs/Makefile
 | 
						|
@@ -118,9 +118,9 @@ LTLIBS = $(LIBPTHREAD) $(LIBRT)
 | 
						|
 # don't try linking xfs_repair with a debug libxfs.
 | 
						|
 DEBUG = -DNDEBUG
 | 
						|
 
 | 
						|
-LDIRT = gen_crc32table crc32table.h crc32selftest
 | 
						|
+LDIRT = gen_crc32table crc32table.h
 | 
						|
 
 | 
						|
-default: crc32selftest ltdepend $(LTLIBRARY)
 | 
						|
+default: ltdepend $(LTLIBRARY)
 | 
						|
 
 | 
						|
 crc32table.h: gen_crc32table.c
 | 
						|
 	@echo "    [CC]     gen_crc32table"
 |