diff options
Diffstat (limited to 'SMakefile')
-rw-r--r-- | SMakefile | 61 |
1 files changed, 31 insertions, 30 deletions
@@ -3,7 +3,7 @@ # NOTE: If you have no 'make' program at all to process this makefile, # run 'build.sh' instead. # -# Copyright (C) 1995-2014 Free Software Foundation, Inc. +# Copyright (C) 1995-2016 Free Software Foundation, Inc. # This file is part of GNU Make. # # GNU Make is free software; you can redistribute it and/or modify it under @@ -24,9 +24,9 @@ # # Ultrix 2.2 make doesn't expand the value of VPATH. -VPATH = /make-4.1/ +VPATH = /make-4.2/ # This must repeat the value, because configure will remove 'VPATH = .'. -srcdir = /make-4.1/ +srcdir = /make-4.2/ CC = sc RM = delete @@ -228,7 +228,7 @@ ar.o: ar.c makeint.h config.h \ gnumake.h \ getopt.h \ gettext.h \ - filedef.h hash.h dep.h \ + filedef.h hash.h dep.h # .deps/arscan.Po arscan.o: arscan.c makeint.h config.h \ @@ -241,8 +241,7 @@ commands.o: commands.c makeint.h config.h \ gnumake.h \ getopt.h \ gettext.h \ - filedef.h hash.h dep.h \ - variable.h job.h output.h \ + filedef.h hash.h dep.h variable.h job.h output.h \ commands.h # .deps/default.Po @@ -250,7 +249,8 @@ default.o: default.c makeint.h config.h \ gnumake.h \ getopt.h \ gettext.h \ - filedef.h hash.h variable.h rule.h dep.h job.h output.h \ + filedef.h hash.h variable.h rule.h dep.h job.h \ + output.h \ commands.h # .deps/dir.Po @@ -258,7 +258,8 @@ dir.o: dir.c makeint.h config.h \ gnumake.h \ getopt.h \ gettext.h \ - hash.h filedef.h dep.h \ + hash.h \ + filedef.h dep.h \ # .deps/expand.Po expand.o: expand.c makeint.h config.h \ @@ -282,8 +283,7 @@ function.o: function.c makeint.h config.h \ gnumake.h \ getopt.h \ gettext.h \ - filedef.h hash.h \ - variable.h dep.h job.h output.h \ + filedef.h hash.h variable.h dep.h job.h output.h \ commands.h debug.h # .deps/getloadavg.Po @@ -300,8 +300,7 @@ guile.o: guile.c makeint.h config.h \ gnumake.h \ getopt.h \ gettext.h \ - debug.h filedef.h hash.h \ - dep.h variable.h \ + debug.h filedef.h hash.h dep.h variable.h \ gmk-default.h # .deps/hash.Po @@ -316,8 +315,7 @@ implicit.o: implicit.c makeint.h config.h \ gnumake.h \ getopt.h \ gettext.h \ - filedef.h hash.h rule.h \ - dep.h debug.h variable.h job.h output.h \ + filedef.h hash.h rule.h dep.h debug.h variable.h job.h output.h \ commands.h # .deps/job.Po @@ -327,23 +325,22 @@ job.o: job.c makeint.h config.h \ gettext.h \ job.h output.h \ debug.h filedef.h hash.h \ - commands.h variable.h + commands.h variable.h os.h # .deps/load.Po load.o: load.c makeint.h config.h \ gnumake.h \ getopt.h \ gettext.h \ - debug.h filedef.h hash.h \ - variable.h + debug.h \ + filedef.h hash.h variable.h # .deps/loadapi.Po loadapi.o: loadapi.c makeint.h config.h \ gnumake.h \ getopt.h \ gettext.h \ - filedef.h hash.h \ - variable.h dep.h + filedef.h hash.h variable.h dep.h # .deps/loadavg-getloadavg.Po # dummy @@ -353,8 +350,8 @@ main.o: main.c makeint.h config.h \ gnumake.h \ getopt.h \ gettext.h \ - filedef.h hash.h dep.h \ - variable.h job.h output.h \ + os.h \ + filedef.h hash.h dep.h variable.h job.h output.h \ commands.h rule.h debug.h \ getopt.h @@ -363,15 +360,22 @@ misc.o: misc.c makeint.h config.h \ gnumake.h \ getopt.h \ gettext.h \ - filedef.h hash.h dep.h \ - debug.h \ + filedef.h hash.h dep.h debug.h \ # .deps/output.Po output.o: output.c makeint.h config.h \ gnumake.h \ getopt.h \ gettext.h \ - job.h output.h \ + job.h \ + output.h \ + +# .deps/posixos.Po +posixos.o: posixos.c makeint.h config.h \ + gnumake.h \ + getopt.h \ + gettext.h \ + debug.h job.h output.h os.h # .deps/read.Po read.o: read.c makeint.h config.h \ @@ -387,8 +391,7 @@ remake.o: remake.c makeint.h config.h \ gnumake.h \ getopt.h \ gettext.h \ - filedef.h hash.h job.h \ - output.h \ + filedef.h hash.h job.h output.h \ commands.h dep.h variable.h \ debug.h @@ -401,8 +404,7 @@ remote-stub.o: remote-stub.c makeint.h \ gnumake.h \ getopt.h \ gettext.h \ - filedef.h hash.h job.h \ - output.h \ + filedef.h hash.h job.h output.h \ commands.h # .deps/rule.Po @@ -445,5 +447,4 @@ vpath.o: vpath.c makeint.h config.h \ gnumake.h \ getopt.h \ gettext.h \ - filedef.h hash.h \ - variable.h + filedef.h hash.h variable.h |