clean up olsrd makefile, fix a very annoying dependency bug in the olsrd build system
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9486 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
13
net/olsrd/patches/110-build_fix.patch
Normal file
13
net/olsrd/patches/110-build_fix.patch
Normal file
@ -0,0 +1,13 @@
|
||||
Index: olsrd-0.5.4/Makefile
|
||||
===================================================================
|
||||
--- olsrd-0.5.4.orig/Makefile 2007-11-03 11:33:37.075400513 +0100
|
||||
+++ olsrd-0.5.4/Makefile 2007-11-03 11:33:47.171975883 +0100
|
||||
@@ -71,8 +71,6 @@
|
||||
$(CFGOBJS):
|
||||
$(MAKECMD) -C $(CFGDIR)
|
||||
|
||||
-# generate it always
|
||||
-.PHONY: src/builddata.c
|
||||
src/builddata.c:
|
||||
@$(RM) "$@"
|
||||
@echo "#include \"defs.h\"" >> "$@"
|
Reference in New Issue
Block a user