mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
21 lines
1.0 KiB
Plaintext
21 lines
1.0 KiB
Plaintext
--- ./libgloss/arm/Makefile.in.orig 2016-03-29 23:33:42.000000000 +0200
|
|
+++ ./libgloss/arm/Makefile.in 2018-03-05 02:07:16.309962000 +0200
|
|
@@ -100,7 +100,7 @@
|
|
# build a test program for each target board. Just trying to get
|
|
# it to link is a good test, so we ignore all the errors for now.
|
|
#
|
|
-all: ${CRT0} ${LINUX_CRT0} ${LINUX_BSP} ${REDBOOT_CRT0} ${REDBOOT_OBJS} ${RDPMON_CRT0} ${RDPMON_BSP} ${RDIMON_CRT0} ${RDIMON_BSP}
|
|
+all: ${CRT0} ${RDIMON_CRT0} ${RDIMON_BSP}
|
|
@rootpre=`pwd`/; export rootpre; \
|
|
srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \
|
|
for dir in .. ${SUBDIRS}; do \
|
|
@@ -177,7 +177,7 @@
|
|
rm -f Makefile config.status *~
|
|
|
|
.PHONY: install info install-info clean-info
|
|
-install: ${CRT0_INSTALL} ${LINUX_INSTALL} ${REDBOOT_INSTALL} ${RDPMON_INSTALL} ${RDIMON_INSTALL} ${IQ80310_INSTALL} ${PID_INSTALL} ${NANO_INSTALL}
|
|
+install: ${CRT0_INSTALL} ${RDIMON_INSTALL} ${IQ80310_INSTALL} ${PID_INSTALL} ${NANO_INSTALL}
|
|
@rootpre=`pwd`/; export rootpre; \
|
|
srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \
|
|
for dir in .. ${SUBDIRS}; do \
|