packages/net/olsrd/patches/110-build_fix.patch
nbd a4f9fb3582 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
2007-11-03 10:34:44 +00:00

14 lines
401 B
Diff

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\"" >> "$@"