From 51187e8363c6c613ff152b53adbc4f4af2291507 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Mon, 19 May 1997 09:37:35 +0000 Subject: Honor ${CFLAGS} setting. --- emulators/aftp/files/patch-aa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators') 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/ -- cgit v1.2.3