fork of PCE focusing on macplus, supporting DaynaPort SCSI network emulation
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Don't include extension ROMs in contrib during "make dist"

The extension ROMs are now included in the source tree. There is no
need for a separate copy in contrib.

Hampa Hug 1eb6c41f d7f5760b

+1 -7
+1 -7
Makefile.inc.in
··· 200 200 cp -p "$$f" "$(distdir)/$$dst" ; \ 201 201 done 202 202 endif 203 - $(QR)for f in $(PCE_BIOS_ROM) $(PCE_EGA_ROM) ; do \ 204 - test -f "$$f" || continue ; \ 205 - dst=contrib/rom/ibmpc/`basename "$$f"` ; \ 206 - test x$(V) != x1 && echo " CP $$dst" ; \ 207 - mkdir -p "$(distdir)/contrib/rom/ibmpc" ; \ 208 - cp -p "$$f" "$(distdir)/$$dst" ; \ 209 - done 203 + 210 204 211 205 dist-version: 212 206 $(QP)echo " GEN version"