summaryrefslogtreecommitdiff
path: root/w32
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-01-20 11:01:01 -0500
committerPaul Smith <psmith@gnu.org>2013-01-20 11:33:20 -0500
commita45f25ece30e4101ae77c90d2270d253ea9a82ec (patch)
treebbfc5e41c8df4219f3750c2bfc79f64fe37a552c /w32
parentb70aa3709e126953faeeec3f666885f9796eea14 (diff)
downloadgunmake-a45f25ece30e4101ae77c90d2270d253ea9a82ec.tar.gz
Rename the make.h file to makeint.h for internal use only.
Diffstat (limited to 'w32')
-rw-r--r--w32/pathstuff.c2
-rw-r--r--w32/subproc/w32err.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/w32/pathstuff.c b/w32/pathstuff.c
index a2532d0..5e0f52c 100644
--- a/w32/pathstuff.c
+++ b/w32/pathstuff.c
@@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>. */
-#include "make.h"
+#include "makeint.h"
#include <string.h>
#include <stdlib.h>
#include "pathstuff.h"
diff --git a/w32/subproc/w32err.c b/w32/subproc/w32err.c
index 1cb14d4..74b48ab 100644
--- a/w32/subproc/w32err.c
+++ b/w32/subproc/w32err.c
@@ -16,7 +16,7 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
#include <stdlib.h>
#include <windows.h>
-#include "make.h"
+#include "makeint.h"
#include "w32err.h"
/*