(DOC, clean): Use OBJDIR macro.

This commit is contained in:
Karl Heuer 1996-07-16 23:21:37 +00:00
parent e3881aa0c7
commit fc646c5c57

View file

@ -160,7 +160,7 @@ paths.h: ..\nt\paths.h
#
# Make sure we have the DOC file in the right place.
#
DOC = obj\etc\DOC-X
DOC = $(OBJDIR)\etc\DOC-X
$(DOC):; cd ..\lib-src
- $(DEL) DOC-X
$(MAKE) -f makefile.nt all
@ -231,7 +231,7 @@ install: all
#
clean:; - $(DEL) *~ *.pdb config.h paths.h
- $(DEL_TREE) deleted
- $(DEL_TREE) obj
- $(DEL_TREE) $(OBJDIR)
#
# These files are the ones that compile conditionally on CANNOT_DUMP...