mirror of
https://github.com/openvswitch/ovs
synced 2025-10-25 15:07:05 +00:00
Fix "make distcleancheck" by deleting the nicira-ext.h stamp file too.
This commit is contained in:
@@ -9,12 +9,14 @@ include/openflow/openflow.h.stamp: \
|
|||||||
include/openflow/openflow.h build-aux/check-structs
|
include/openflow/openflow.h build-aux/check-structs
|
||||||
$(PYTHON) $(srcdir)/build-aux/check-structs $(srcdir)/include/openflow/openflow.h
|
$(PYTHON) $(srcdir)/build-aux/check-structs $(srcdir)/include/openflow/openflow.h
|
||||||
touch $@
|
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
|
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
|
$(PYTHON) $(srcdir)/build-aux/check-structs $(srcdir)/include/openflow/openflow.h $(srcdir)/include/openflow/nicira-ext.h
|
||||||
touch $@
|
touch $@
|
||||||
|
DISTCLEANFILES += include/openflow/nicira-ext.h.stamp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
EXTRA_DIST += build-aux/check-structs
|
EXTRA_DIST += build-aux/check-structs
|
||||||
DISTCLEANFILES += include/openflow/openflow.h.stamp
|
|
||||||
|
|||||||
Reference in New Issue
Block a user