dslinux/user/links Makefile

stsp stsp at user.in-berlin.de
Sun Oct 1 21:22:30 CEST 2006


Update of /cvsroot/dslinux/dslinux/user/links
In directory antilope:/tmp/cvs-serv17193

Modified Files:
	Makefile 
Log Message:
Prevent config.h from being regenerated.


Index: Makefile
===================================================================
RCS file: /cvsroot/dslinux/dslinux/user/links/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile	1 Oct 2006 18:33:48 -0000	1.4
+++ Makefile	1 Oct 2006 19:22:28 -0000	1.5
@@ -168,11 +168,8 @@
 		rm -f stamp-h; \
 		$(MAKE) stamp-h; \
 	else :; fi
-stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
-	cd $(top_builddir) \
-	  && CONFIG_FILES= CONFIG_HEADERS=config.h \
-	     $(SHELL) ./config.status
-	@echo timestamp > stamp-h 2> /dev/null
+stamp-h:
+	touch $@
 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
 	@if test ! -f $@; then \
 		rm -f $(srcdir)/stamp-h.in; \




More information about the dslinux-commit mailing list