aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2015-02-09 17:42:19 -0800
committerAndrew Waterman <waterman@cs.berkeley.edu>2015-02-09 17:42:19 -0800
commit27ade6f5446bdab972b6dfcee6587defb14e807b (patch)
tree666b8145eb8bd13180a9ceb620dd8b492b7a2c76 /Makefile.in
parente671e751982cfa065bb6430a0b5b33cd5f9ddfec (diff)
downloadspike-27ade6f5446bdab972b6dfcee6587defb14e807b.zip
spike-27ade6f5446bdab972b6dfcee6587defb14e807b.tar.gz
spike-27ade6f5446bdab972b6dfcee6587defb14e807b.tar.bz2
Install config.h with other headers
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5ae226f..3f124c8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -337,7 +337,7 @@ check : $(test_outs)
# Installation
#-------------------------------------------------------------------------
-install-hdrs : $(install_hdrs)
+install-hdrs : $(install_hdrs) config.h
$(MKINSTALLDIRS) $(install_hdrs_dir)
for file in $^; \
do \