Was thinking about recompiling Allegro... but whatever source for allegro 4.2 I 
get like:
https://github.com/liballeg/allegro5/releases/download/v4-2-3-1/all4231.zip or
https://github.com/liballeg/allegro5/releases/download/v4-2-3-1/allegro-4.2.3.1.tar.gz
(Tried in FreeDOS and with a Linux GCC cross-compiler)
when I call make:
makefile.all:248: *** recipe commences before first target.  Stop.
Thought reporting it to allegro but that old version is not supported anymore.
248 would be thel line with: -$(RM_CLEAN)
Trying to ask here if someone would know.

clean:
ifdef UNIX_TOOLS
        -rm $(RM_OPTS) $(OBJ_CLEAN_FILES)
        -rm $(RM_OPTS) $(OTHER_CLEAN_FILES)
else
   define RM_CLEAN
      $(foreach file, $(wildcard $(OBJ_CLEAN_FILES)), -del $(subst /,\,$(file))
      )
      $(foreach file, $(wildcard $(OTHER_CLEAN_FILES)), -del $(subst 
/,\,$(file))
      )
   endef
        -$(RM_CLEAN)
endif

distclean: clean



_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to