summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarry Cutts <hcutts@chromium.org>2019-08-01 17:42:49 -0700
committerHarry Cutts <hcutts@chromium.org>2019-08-01 17:42:49 -0700
commitc506a8a32e80dbd230b607d53205cdc34c1a0a7f (patch)
tree283f7fa2f58beb720f882390547fed188bf44ab8
parent025a0778a872bebf9f2aa00fad7d3050af4bf9f5 (diff)
parentdb2d9273735acb726fe203d2d45f18f1f21b6468 (diff)
Merge remote-tracking branch 'hcutts/typo-and-ignore'
-rw-r--r--.gitignore1
-rw-r--r--INSTALL2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 1895a4a..145ec36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@ Makefile.in
/aclocal.m4
/autom4te.cache
+/compile
/config.cache
/config.h
/config.h.in
diff --git a/INSTALL b/INSTALL
index 67786f6..00fb82a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,7 +4,7 @@ $> gcc -o evtest evtest.c
Otherwise, run the following commands.
$> autoreconf -iv
-$> configure --prefix=/usr
+$> ./configure --prefix=/usr
$> make
$> make install