diff options
author | Roland McGrath <roland@redhat.com> | 1996-07-26 00:05:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1996-07-26 00:05:44 +0000 |
commit | ce17fda12f1179577a59e5c37f1195866f112f2e (patch) | |
tree | aa03204d493b4f8ed2d5032b4a745a66a8b8c838 | |
parent | 2df6034eb63fb5746db110cad83ef5b1c04d3891 (diff) | |
download | gunmake-ce17fda12f1179577a59e5c37f1195866f112f2e.tar.gz |
Thu Jul 25 19:53:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* GNUmakefile (win32files): Add NMakefile.
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 232746c..b0a2471 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -227,7 +227,7 @@ vmsfiles = config.h-vms makefile.com makefile.vms readme.vms \ vmsdir.h vmsfunctions.c vmsify.c amigafiles = README.Amiga config.ami Makefile.ami SCOPTIONS SMakefile \ amiga.c amiga.h make.lnk -win32files = README.WIN32 build_w32.bat config.h.WIN32 subproc.bat \ +win32files = README.WIN32 build_w32.bat config.h.WIN32 subproc.bat NMakefile \ $(addprefix w32/,pathstuff.c compat/dirent.c include/dirent.h \ include/pathstuff.h include/sub_proc.h \ include/w32err.h subproc/NMakefile \ |