=================================================================== RCS file: /cvs/djgpp/djgpp/src/makefile.inc,v retrieving revision 1.16 retrieving revision 1.17 diff -p -u -r1.16 -r1.17 --- djgpp/src/makefile.inc 2015/04/30 18:50:42 1.16 +++ /cvs/djgpp/djgpp/src/makefile.inc 2015/05/23 12:50:05 1.17 @@ -131,12 +131,8 @@ export LIBGCCA endif ifeq ($(DJGPP_DJL),) -DJGPP_DJL := $(shell $(CROSS_GCC) $(GCC_OPT) -print-file-name=djgpp-x.djl) -ifeq ($(DJGPP_DJL),djgpp-x.djl) -DJGPP_DJL := $(shell $(CROSS_GCC) $(GCC_OPT) -print-file-name=djgpp.djl) -endif -DJGPP_DJL := $(subst \,/,$(DJGPP_DJL)) -export DJGPP_DJL +DJGPP_DJL = $(LIB)/djgpp.djl +#export DJGPP_DJL endif LINK = $(CROSS_LD) -s $(LDFLAGS) $(filter %.o,$^) $(filter-out %.o,$^) -o $@ $(LIBGCCA) -T $(DJGPP_DJL)