Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP

Loading…

Add proto.h to BUILT_SOURCES and nodist_SOURCES #3

Merged
merged 1 commit into from

2 participants

@eugmes

This fixes 'make check' in clean source tree. Otherwise it fails in tests/kern/dbench if proto.h does not already exist.

@eugmes eugmes Add proto.h to BUILT_SOURCES and nodist_SOURCES
This fixes 'make check' in clean source tree.
7fe243f
@garlick garlick merged commit 3524e99 into chaos:master
@garlick
Owner
@eugmes

I forgot to add, the patch requires autoreconf.

@garlick
Owner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Commits on Sep 17, 2011
  1. @eugmes

    Add proto.h to BUILT_SOURCES and nodist_SOURCES

    eugmes authored
    This fixes 'make check' in clean source tree.
This page is out of date. Refresh to see the latest.
Showing with 5 additions and 0 deletions.
  1. +5 −0 tests/kern/dbench/Makefile.am
View
5 tests/kern/dbench/Makefile.am
@@ -17,6 +17,11 @@ dbench_SOURCES = \
snprintf.c \
dbench.h
+dbench_nodist_SOURCES = \
+ proto.h
+
+BUILT_SOURCES = proto.h
+
CLEANFILES = proto.h
proto.h: $(dbench_SOURCES) mkproto.pl
Something went wrong with that request. Please try again.