diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-03-09 18:16:38 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-03-09 18:16:38 +0000 |
commit | 16788ca9fd7352b2b20f4b11111283a8cd4212e2 (patch) | |
tree | 95145a0f3dfddebd1cb911d66e320504e2d8deb6 /readline/examples | |
parent | 3b4322922cd44fd83d8f76793b5e0b12fed1afbc (diff) | |
download | gdb-16788ca9fd7352b2b20f4b11111283a8cd4212e2.zip gdb-16788ca9fd7352b2b20f4b11111283a8cd4212e2.tar.gz gdb-16788ca9fd7352b2b20f4b11111283a8cd4212e2.tar.bz2 |
Removed obsolete Makefile.dos.
Diffstat (limited to 'readline/examples')
-rw-r--r-- | readline/examples/.Sanitize | 1 | ||||
-rw-r--r-- | readline/examples/Makefile.dos | 12 |
2 files changed, 0 insertions, 13 deletions
diff --git a/readline/examples/.Sanitize b/readline/examples/.Sanitize index 74688ce..71015a2 100644 --- a/readline/examples/.Sanitize +++ b/readline/examples/.Sanitize @@ -27,7 +27,6 @@ Things-to-keep: Inputrc Makefile -Makefile.dos configure.bat fileman.c manexamp.c diff --git a/readline/examples/Makefile.dos b/readline/examples/Makefile.dos deleted file mode 100644 index 76796ec..0000000 --- a/readline/examples/Makefile.dos +++ /dev/null @@ -1,12 +0,0 @@ -# This is the Makefile for the examples subdirectory of readline. -*- text -*- -# - -EXECUTABLES = fileman -CFLAGS = -g -I../.. -D__MSDOS__ -D__GO32__ -LDFLAGS = -g -L.. - -fileman: fileman.o - $(CC) $(LDFLAGS) -o fileman fileman.o -lreadline -lpc - -fileman.o: fileman.c - |