hi,
i have encountered this error while doing "make". but i have not been able to trace it out.
> make auto.master
"Makefile", line 327: make: 1254-055 Dependency line needs colon or double colon operator.
make: 1254-058 Fatal errors encountered -- cannot continue.
the script is:-
auto.master.time: $(DIR)/auto.master
-@if [ -f $(DIR)/auto.master ] ; then $(MAKEDBM) $(DIR)/auto.master $(YPDBDIR)/$(DOM)/auto.master; touch auto.master.time ; echo "updated auto.master" ; if [ ! $(NOPUSH) ] ; then $(YPPUSH) auto.master ; echo "pushed auto.master" ; else : ; fi else echo "couldn't find $(DIR)/auto.master" ; fi
can any one tell me whats the problem...
thanx in advance
Thief................ :
(I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us .)
i have encountered this error while doing "make". but i have not been able to trace it out.
> make auto.master
"Makefile", line 327: make: 1254-055 Dependency line needs colon or double colon operator.
make: 1254-058 Fatal errors encountered -- cannot continue.
the script is:-
auto.master.time: $(DIR)/auto.master
-@if [ -f $(DIR)/auto.master ] ; then $(MAKEDBM) $(DIR)/auto.master $(YPDBDIR)/$(DOM)/auto.master; touch auto.master.time ; echo "updated auto.master" ; if [ ! $(NOPUSH) ] ; then $(YPPUSH) auto.master ; echo "pushed auto.master" ; else : ; fi else echo "couldn't find $(DIR)/auto.master" ; fi
can any one tell me whats the problem...
thanx in advance
Thief................ :
(I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us .)