]> git.pld-linux.org Git - packages/flood.git/blame - flood-libtool.patch
- tabs in preamble
[packages/flood.git] / flood-libtool.patch
CommitLineData
4311c7a4
ER
1--- flood-0.4/build/rules.mk.in~ 2006-08-08 03:33:57.183949159 +0300
2+++ flood-0.4/build/rules.mk.in 2006-08-08 03:35:03.485431621 +0300
3f5710f5
ER
3@@ -73,11 +73,11 @@
4 COMPILE = $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(ALL_INCLUDES)
5 CXX_COMPILE = $(CXX) $(ALL_CXXFLAGS) $(ALL_CPPFLAGS) $(ALL_INCLUDES)
6
4311c7a4
ER
7-SH_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE) @SHLTCFLAGS@ -c $< && touch $@
8-SH_CXX_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CXX_COMPILE) @SHLTCFLAGS@ -c $< && touch $@
9+SH_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile --tag=CC $(COMPILE) @SHLTCFLAGS@ -c $< && touch $@
10+SH_CXX_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile --tag=CXX $(CXX_COMPILE) @SHLTCFLAGS@ -c $< && touch $@
3f5710f5 11
4311c7a4
ER
12-LT_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE) @LTCFLAGS@ -c $< && touch $@
13-LT_CXX_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CXX_COMPILE) @LTCFLAGS@ -c $< && touch $@
14+LT_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile --tag=CC $(COMPILE) @LTCFLAGS@ -c $< && touch $@
15+LT_CXX_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile --tag=CXX $(CXX_COMPILE) @LTCFLAGS@ -c $< && touch $@
3f5710f5
ER
16
17 # Link-related commands
18
19@@ -247,7 +247,7 @@
20
21 # Makes an import library from a def file
22 .def.la:
23- $(LIBTOOL) --mode=compile $(MK_IMPLIB) -o $@ $<
24+ $(LIBTOOL) --mode=compile --tag=CC $(MK_IMPLIB) -o $@ $<
25
26 #
27 # Dependencies
This page took 0.139599 seconds and 4 git commands to generate.