X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fopenflow%2Fautomake.mk;h=4b370d4f3faa5e906fb779e4b6be7818d63f8793;hb=6ecf431e1df3dc011e8a67e4864d324c65f4be17;hp=b8dbc71b3ba8c498c1f498c47ae89f048b561827;hpb=02dd3123a0e312f1d33403e744af52dd6096f12d;p=openvswitch diff --git a/include/openflow/automake.mk b/include/openflow/automake.mk index b8dbc71b..4b370d4f 100644 --- a/include/openflow/automake.mk +++ b/include/openflow/automake.mk @@ -3,14 +3,14 @@ noinst_HEADERS += \ include/openflow/openflow.h if HAVE_PYTHON -all-local: include/openflow/openflow.h.stamp +ALL_LOCAL += include/openflow/openflow.h.stamp include/openflow/openflow.h.stamp: \ include/openflow/openflow.h build-aux/check-structs $(PYTHON) $(srcdir)/build-aux/check-structs $(srcdir)/include/openflow/openflow.h touch $@ DISTCLEANFILES += include/openflow/openflow.h.stamp -all-local: include/openflow/nicira-ext.h.stamp +ALL_LOCAL += include/openflow/nicira-ext.h.stamp include/openflow/nicira-ext.h.stamp: include/openflow/openflow.h include/openflow/nicira-ext.h build-aux/check-structs $(PYTHON) $(srcdir)/build-aux/check-structs $(srcdir)/include/openflow/openflow.h $(srcdir)/include/openflow/nicira-ext.h touch $@