Browse Source

Fix build when feeds.conf doesn't exist

Matthias Schiffer 11 years ago
parent
commit
f17e2c7aab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -118,7 +118,7 @@ src-svn luci http://svn.luci.subsignal.org/luci/tags/0.11.1/contrib/package
 endef
 
 feeds: FORCE
-	rm feeds.conf
+	rm -f feeds.conf
 	echo "$$FEEDS" > feeds.conf
 	$(GLUONMAKE) refresh_feeds V=s$(OPENWRT_VERBOSE)