Makefiles worked only if certain directories and generated files were
already present. These files are no longer in CVS. Fix Makefiles.
This commit is contained in:
parent
800027023a
commit
fe16863ea2
4 changed files with 4 additions and 4 deletions
|
@ -33,7 +33,7 @@ INFOOBJS = $(INFOSRCS:.t=)
|
|||
|
||||
HTMLOBJS = $(INFOSRCS:.t=.)
|
||||
|
||||
include MakeSrcs
|
||||
-include MakeSrcs
|
||||
|
||||
.SUFFIXES: .t
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ INFOOBJS = $(INFOSRCS:.t=)
|
|||
|
||||
HTMLOBJS = $(INFOSRCS:.t=.)
|
||||
|
||||
include MakeSrcs
|
||||
-include MakeSrcs
|
||||
|
||||
.SUFFIXES: .t
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ INFOOBJS = $(INFOSRCS:.t=)
|
|||
|
||||
HTMLOBJS = $(INFOSRCS:.t=.)
|
||||
|
||||
include MakeSrcs
|
||||
-include MakeSrcs
|
||||
|
||||
.SUFFIXES: .t
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ INFOOBJS = $(INFOSRCS:.t=)
|
|||
|
||||
HTMLOBJS = $(INFOSRCS:.t=.)
|
||||
|
||||
include MakeSrcs
|
||||
-include MakeSrcs
|
||||
|
||||
.SUFFIXES: .t
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue