mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
ee091d2e91
- Makefile and plist cleanup. - Move patches to Makefile and remove files. - Pet portlint. PR: ports/116953 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) Approved by: sat (mentor)
14 lines
337 B
Plaintext
14 lines
337 B
Plaintext
--- Makefile.in.orig Fri Sep 15 08:52:50 2006
|
|
+++ Makefile.in Thu Oct 12 18:14:59 2006
|
|
@@ -27,6 +27,10 @@
|
|
ifeq ($(OPT_DISABLE_MCS51), 0)
|
|
SDCC_ASLINK += as/mcs51 as/link/mcs51
|
|
SDCC_MISC += debugger/mcs51
|
|
+else
|
|
+ifeq ($(OPT_DISABLE_DS390), 0)
|
|
+SDCC_ASLINK += as/mcs51 as/link/mcs51
|
|
+endif
|
|
endif
|
|
|
|
ifeq ($(OPT_DISABLE_Z80), 0)
|