1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/lang/sdcc/files/patch-Makefile.in
Beech Rintoul ee091d2e91 - Update to 2.7.0
- 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)
2007-10-13 12:26:37 +00:00

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)