diff options
author | William Ahern <william+ubuntu@25thandClement.com> | 2016-10-19 13:24:50 -0700 |
---|---|---|
committer | William Ahern <william+ubuntu@25thandClement.com> | 2016-10-19 13:24:50 -0700 |
commit | 6e9ce5c2b3adfc52030815c43439f4890f31c32c (patch) | |
tree | ebffcc6761d18d090da01f755eae781a4041c6e8 /GNUmakefile | |
parent | ed41847aea5553e67e7df58723dd863c2110b6ae (diff) | |
parent | 5949f01087291c0a6431f90264fc9795b133867f (diff) | |
download | luaossl-6e9ce5c2b3adfc52030815c43439f4890f31c32c.tar.gz luaossl-6e9ce5c2b3adfc52030815c43439f4890f31c32c.tar.bz2 luaossl-6e9ce5c2b3adfc52030815c43439f4890f31c32c.zip |
Merge branch 'oerdnj-master'
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 2955d86..c58686c 100644 --- a/GNUmakefile +++ b/GNUmakefile | |||
@@ -133,6 +133,9 @@ endif | |||
133 | # | 133 | # |
134 | include $(d)/src/GNUmakefile | 134 | include $(d)/src/GNUmakefile |
135 | 135 | ||
136 | $(d)/config.h: $(d)/config.h.guess | ||
137 | $(CP) $< $@ | ||
138 | |||
136 | 139 | ||
137 | # | 140 | # |
138 | # C L E A N R U L E S | 141 | # C L E A N R U L E S |