Trepan-Debuggers / remake

Enhanced GNU Make - tracing, error reporting, debugging, profiling and more
http://bashdb.sf.net/remake
GNU General Public License v3.0
796 stars 75 forks source link

Add missing target, remove dist files & modify git2cl #55

Closed boretom closed 4 years ago

boretom commented 4 years ago

A target for bulding build.sh.in was missing in maintMakefile

Since DOS is not a supported platform the files were gone before. Therefore remove the dist related DOS files.

Replace shebang /usr/bin/perl with /usr/bin/env perl since perl's location depends on the OS.