Fix "make distcleancheck" by deleting the nicira-ext.h stamp file too.
authorBen Pfaff <blp@nicira.com>
Tue, 26 Jan 2010 18:47:50 +0000 (10:47 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 26 Jan 2010 18:47:50 +0000 (10:47 -0800)
include/openflow/automake.mk

index 8c48b1c..146f9c4 100644 (file)
@@ -9,12 +9,14 @@ 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
 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 $@
+DISTCLEANFILES += include/openflow/nicira-ext.h.stamp
 endif
 
 EXTRA_DIST += build-aux/check-structs
-DISTCLEANFILES += include/openflow/openflow.h.stamp 
+