ofp-util: Work on decoding OF1.1 flow_mods.
[openvswitch] / xenserver / automake.mk
index c443bdddb0a1b4f237734c1df65ec5b9a6d0c04f..413e6347b1c0ab5e1a2ce5b849a77a5efa8d269c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009, 2010, 2011, 2012 Nicira Networks, Inc.
+# Copyright (C) 2009, 2010, 2011, 2012 Nicira, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
@@ -27,6 +27,6 @@ EXTRA_DIST += \
        xenserver/usr_share_openvswitch_scripts_sysconfig.template
 
 $(srcdir)/xenserver/openvswitch-xen.spec: xenserver/openvswitch-xen.spec.in $(top_builddir)/config.status
-  ($(ro_shell) && sed -e 's,[@]VERSION[@],$(VERSION),g') \
-    < $(srcdir)/xenserver/$(@F).in > $(@F).tmp || exit 1; \
-  if cmp -s $(@F).tmp $@; then touch $@; rm $(@F).tmp; else mv $(@F).tmp $@; fi
+       ($(ro_shell) && sed -e 's,[@]VERSION[@],$(VERSION),g') \
+               < $(srcdir)/xenserver/$(@F).in > $(@F).tmp || exit 1; \
+       if cmp -s $(@F).tmp $@; then touch $@; rm $(@F).tmp; else mv $(@F).tmp $@; fi