summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2017-05-16 19:23:06 +0100
committerSimon Tatham <anakin@pobox.com>2017-05-16 19:23:06 +0100
commit80d18da9a127d1d7d111625133742691b9aeedfe (patch)
treeca33f81fe280329fa3d593ad5b509688d817c795
parente12d87eea4df6844d32b564a7840111d8acaf49f (diff)
downloadhalibut-80d18da9a127d1d7d111625133742691b9aeedfe.zip
halibut-80d18da9a127d1d7d111625133742691b9aeedfe.tar.gz
halibut-80d18da9a127d1d7d111625133742691b9aeedfe.tar.bz2
halibut-80d18da9a127d1d7d111625133742691b9aeedfe.tar.xz
Makefile: apply user-provided CFLAGS to version.c.
Thanks to Leah Neukirchen for pointing out that it was left out of that special-case rule.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7402323..ba5676f 100644
--- a/Makefile
+++ b/Makefile
@@ -110,7 +110,7 @@ halibut$(EXE): $(OBJECTS)
$(CC) $(CFLAGS) -MD -c $<
version.o: FORCE
- $(CC) $(VDEF) -MD -c $(SRC)version.c
+ $(CC) $(CFLAGS) $(VDEF) -MD -c $(SRC)version.c
spotless:: clean
rm -f *.d