1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/lang/sdcc/files/patch-Makefile.in
Pav Lucistnik e17967fbe2 - Update to 3.0.0
PR:		ports/152013
Submitted by:	Tijl Coosemans <tijl@coosemans.org> (maintainer)
2010-11-08 15:42:13 +00:00

14 lines
343 B
Plaintext

--- Makefile.in.orig 2010-04-20 19:05:59.000000000 +0200
+++ Makefile.in 2010-04-20 19:06:47.000000000 +0200
@@ -33,6 +33,10 @@
SDCC_AS += sdas/as8051
SDCC_LD += sdcc-ld8051
SDCC_MISC += debugger/mcs51
+else
+ifeq ($(OPT_DISABLE_DS390), 0)
+SDCC_AS += sdas/as8051
+endif
endif
ifeq ($(OPT_DISABLE_Z80), 0)