ifeq ($(strip $(RHIDESRC)),)
export RHIDESRC:=$(shell pwd)
endif

_srcdir=$(RHIDESRC)
include $(_srcdir)/makefile.src

# This is needed when you use stabs debugging, because the stripped
# file on DJGPP is not usable for djp

Distrib.bin:
	$(MAKE) SPECIAL_LDFLAGS='-s' distrib.bin


