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 # include $(d)/src/GNUmakefile +$(d)/config.h: $(d)/config.h.guess + $(CP) $< $@ + # # C L E A N R U L E S |