diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-04-20 09:19:03 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-04-20 09:19:03 -0700 |
commit | 25b8239743faf09508a50310808a114aed21d52c (patch) | |
tree | a2ecc788ffc3bdf799f791bf43be0838a8b71c2b | |
parent | ba8e25bacd7f338ae7b82a19448f8c23adcc033d (diff) | |
download | vyatta-cfg-quagga-25b8239743faf09508a50310808a114aed21d52c.tar.gz vyatta-cfg-quagga-25b8239743faf09508a50310808a114aed21d52c.zip |
No longer need to special case loopback
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index bd49e36d..64323cb6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,6 @@ cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ all-local: rm -rf $(gentmpdir) ./gen-interface-templates.pl $(gentmpdir) - rm -r $(gentmpdir)/interfaces/loopback/node.tag/disable-link-detect clean-local: rm -rf $(gentmpdir) |