diff options
Diffstat (limited to 'msdos/mainmake.v2')
| -rw-r--r-- | msdos/mainmake.v2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2 index 2113dc4a127..b4837b99fb9 100644 --- a/msdos/mainmake.v2 +++ b/msdos/mainmake.v2 | |||
| @@ -162,7 +162,7 @@ TAGS tags: lib-src FRC | |||
| 162 | ../bin/etags --include=../lisp/TAGS \ | 162 | ../bin/etags --include=../lisp/TAGS \ |
| 163 | --regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' \ | 163 | --regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' \ |
| 164 | $(CURDIR)/src/*.c $(CURDIR)/src/*.h \ | 164 | $(CURDIR)/src/*.c $(CURDIR)/src/*.h \ |
| 165 | $(CURDIR)/src/s/msdos.h $(CURDIR)/src/m/intel386.h | 165 | $(CURDIR)/src/s/msdos.h |
| 166 | cd .. | 166 | cd .. |
| 167 | ./bin/etags --include=src/TAGS | 167 | ./bin/etags --include=src/TAGS |
| 168 | 168 | ||
| @@ -299,4 +299,3 @@ bootstrap-clean: FRC | |||
| 299 | bootstrap: bootstrap-clean FRC | 299 | bootstrap: bootstrap-clean FRC |
| 300 | command.com /e:2048 /c config msdos | 300 | command.com /e:2048 /c config msdos |
| 301 | $(MAKE) $(MFLAGS) info all | 301 | $(MAKE) $(MFLAGS) info all |
| 302 | |||