This recursive build structure is now defunct.

This commit is contained in:
tv 2000-08-10 18:47:27 +00:00
parent cc17a82660
commit ffa84dd52b
2 changed files with 0 additions and 17 deletions

View File

@ -1,16 +0,0 @@
CC=cc
CFLAGS=
RANLIB=true
AR_FLAGS=
.PHONY: windows
windows: nmake.mak
@echo "Don't forget to setup setvars.mak!"
nmake.mak: to-be-built
@echo Building nmake files
@$(srcdir)/gdb/mswin/genmakes
to-be-built:
@echo Recording commands
@$(srcdir)/gdb/mswin/recordit

View File

@ -1 +0,0 @@
PICFLAG=-fpic