fixed a small error in tunctl lfs file

git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1277 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
arne_f
2008-03-17 18:53:43 +00:00
parent f8abcd4695
commit 85d8a9caf2

View File

@@ -47,7 +47,7 @@ md5 :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_SRC)/br2684ctl
@rm -rf $(DIR_SRC)/tunctl
cd $(DIR_SRC) && gcc $(CFLAGS) -latm $(DIR_SRC)/src/tunctl/tunctl.c -o tunctl
cd $(DIR_SRC) && install -v -m 755 tunctl /usr/bin/tunctl
@rm -rf $(DIR_SRC)/tunctl