mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	ead: fix spurious autoconf/automake reruns
SVN-Revision: 13906
This commit is contained in:
		
							parent
							
								
									4129203d75
								
							
						
					
					
						commit
						3812689abd
					
				@ -146,8 +146,6 @@ OBJECTS = $(libtinysrp_a_OBJECTS) $(tconf_OBJECTS) $(tphrase_OBJECTS) $(srvtest_
 | 
			
		||||
all: all-redirect
 | 
			
		||||
.SUFFIXES:
 | 
			
		||||
.SUFFIXES: .S .c .o .s
 | 
			
		||||
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 | 
			
		||||
	cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
 | 
			
		||||
 | 
			
		||||
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 | 
			
		||||
	cd $(top_builddir) \
 | 
			
		||||
@ -156,8 +154,6 @@ Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 | 
			
		||||
$(ACLOCAL_M4):  configure.in  acinclude.m4
 | 
			
		||||
	cd $(srcdir) && $(ACLOCAL)
 | 
			
		||||
 | 
			
		||||
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 | 
			
		||||
	$(SHELL) ./config.status --recheck
 | 
			
		||||
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 | 
			
		||||
	cd $(srcdir) && $(AUTOCONF)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user