mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			305 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			305 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/src/Makefile.am
 | 
						|
+++ b/src/Makefile.am
 | 
						|
@@ -51,7 +51,7 @@ libgengetopt_la_LIBADD = $(top_builddir)
 | 
						|
 	@LTLIBOBJS@ \
 | 
						|
 	skels/libgen.la
 | 
						|
 
 | 
						|
-LDADD = $(top_builddir)/src/libgengetopt.la
 | 
						|
+LDADD = libgengetopt.la
 | 
						|
 
 | 
						|
 EXTRA_DIST = parser.h argsdef.h gengetopt.h ggos.h gm.h gnugetopt.h \
 | 
						|
 cmdline.c cmdline.h \
 |