summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-05-19 09:37:35 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-05-19 09:37:35 +0000
commit51187e8363c6c613ff152b53adbc4f4af2291507 (patch)
tree81f60a9fcd771036b0476b7d7542a67b2e5e9f10 /emulators
parentRemove spurious \ after last of the MASTER_SITES lines. This caused the (diff)
Honor ${CFLAGS} setting.
Notes
Notes: svn path=/head/; revision=6485
Diffstat (limited to 'emulators')
-rw-r--r--emulators/aftp/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/aftp/files/patch-aa b/emulators/aftp/files/patch-aa
index b31229050322..e4baa2231072 100644
--- a/emulators/aftp/files/patch-aa
+++ b/emulators/aftp/files/patch-aa
@@ -30,7 +30,7 @@
! ${CC} -o aftp $(OBJS)
.c.o:
-! ${CC} -c $<
+! ${CC} -c ${CFLAGS} $<
!
! install: all
! ${INSTALL_BIN} aftp ${PREFIX}/bin/