freebsd-ports/lang/sdcc-devel/files/patch-device-lib-pic16-Makefile.rules
Pav Lucistnik 592e1ca7c6 - Update to 2.5.2.2005.09.03
PR:		ports/85699
Submitted by:	Tijl Coosemans <tijl@ulyssis.org> (maintainer)
2005-09-04 22:51:28 +00:00

11 lines
548 B
Text

--- device/lib/pic16/Makefile.rules.orig Sat Sep 3 20:19:06 2005
+++ device/lib/pic16/Makefile.rules Sat Sep 3 20:19:50 2005
@@ -48,7 +48,7 @@
ifneq (,$(strip $(SUBDIRS)))
recurse : force
$(Q)+for DIR in $(SUBDIRS) ; do \
- $(GREP) "^$${ARCH}$$" "$${DIR}.ignore" &> /dev/null || ( \
+ $(GREP) "^$${PICARCH}$$" "$${DIR}.ignore" 2>&1 > /dev/null || ( \
[ -d "$(topsrcdir)/$(builddir)/$${DIR}" ] || $(MKDIR) "$(topsrcdir)/$(builddir)/$${DIR}"; \
$(MAKE) -C "$${DIR}" builddir="$(builddir)/$${DIR}" $(MAKECMDGOALS); \
) || exit 1; \