]> git.pld-linux.org Git - packages/flood.git/blob - flood-libtool.patch
- tabs in preamble
[packages/flood.git] / flood-libtool.patch
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
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  
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 $@
11  
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 $@
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.067289 seconds and 3 git commands to generate.